Color Hex Logo

#ddf2ff Color Hex

#DDF2FF
(221,242,255)
1 Favorites   0 Comments

Color spaces of #ddf2ff

RGB 221242255
HSL0.561.000.93
HSV203°13°100°
CMYK 0.130.050.00   0.00
XYZ79.620986.0964107.0295
Yxy86.09640.29190.3157
Hunter Lab92.7881-9.2096-3.4383
CIE-Lab94.3536-4.3234-8.5939

#ddf2ff color RGB value is (221,242,255).

#ddf2ff hex color red value is 221, green value is 242 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #ddf2ff hue: 0.56 , saturation: 1.00 and the lightness value of ddf2ff is 0.93.

The process color (four color CMYK) of #ddf2ff color hex is 0.13, 0.05, 0.00, 0.00. Web safe color of #ddf2ff is #ccffff. Color #ddf2ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11110010 11111111
Octal 335 362 377
Decimal 221 242 255
Hex DD F2 FF

RGB Percentages of Color #ddf2ff

%30.78
%33.70
%35.52

CMYK Percentages of Color #ddf2ff

%13
%5
%0
%0

Triadic Colors of #ddf2ff

#ddf2ff #ffddf2 #f2ffdd

Analogous Colors of #ddf2ff

#ddf2ff #dde1ff #ddfffb

Monochromatic Colors of #ddf2ff

#ddf2ff

Complementary Color

#ddf2ff #ffeadd

#ddf2ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddf2ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddf2ff Color CSS Codes

.mybgcolor {background-color:#ddf2ff; } 
.myforecolor {color:#ddf2ff; }
.mybordercolor {border:3px solid #ddf2ff; }

#ddf2ff Text Font Color

<p style="color:#ddf2ff">Text here</p>

This sample text font color is #ddf2ff
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ddf2ff Background Color

<div style="background-color:#ddf2ff">
Div content here</div>

This div background color is #ddf2ff


#ddf2ff Border Color

<div style="border:3px solid #ddf2ff">
Div here</div>

This div border color is #ddf2ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(221,242,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ddf2ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ddf2ff;
  -webkit-box-shadow: 1px 1px 3px 2px #ddf2ff;
  box-shadow:         1px 1px 3px 2px #ddf2ff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,242,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ddf2ff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ddf2ff;
  -webkit-box-shadow: 1px 1px 3px 2px #ddf2ff;
  box-shadow:         1px 1px 3px 2px #ddf2ff;">
Div content here</div>

This div box has shadow with color #ddf2ff

Related Colors


Comments

No comments written yet.

Please login to write comment.