#DDFFFB

Color #DDFFFB Light Cyan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Cyan #DDFFFB

Tints of Light Cyan #DDFFFB

Color information

#DDFFFB (or 0xDDFFFB) is unknown color: approx Light Cyan. HEX triplet: DD, FF and FB. RGB value is (221,255,251). Sum of RGB (Red+Green+Blue) = 221+255+251=727 (96% of max value = 765). Red value is 221 (86.72% from 255 or 30.40% from 727); Green value is 255 (100% from 255 or 35.08% from 727); Blue value is 251 (98.44% from 255 or 34.53% from 727); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFFFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDFFFB is #220004. Grayscale: #F4F4F4. Windows color (decimal): -2228229 or 16515037. OLE color: 16515037.

HSL color Cylindrical-coordinate representation of color #DDFFFB: hue angle of 172.94º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DDFFFB is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.

Color convert

RGB221255251-
CMYK0.1300.020
HSL172.94º100%93.33%-
HSV(B)172.94º13.33%100%-
XYZ82.9993.86105.01-
YUV244.38131.74111.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 221 (86.72% from 255) = 30.40%
GREEN value IS 255 (100% from 255) = 35.08%
BLUE value IS 251 (98.44% from 255) = 34.53%
R=30.40%
G=35.08%
B=34.53%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2212552510.1300.020172.9410093.33
HexDDFFFBD020ad645d
Octal33537737315020255144135
Binary110111011111111111111011110101001010110111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFFFB; }

 p { color: rgb(221,255,251); }

 H1.HeaderClassName
 {
   color: #DDFFFB;
 }
 .AnyTagClassName
 {
   color: #DDFFFB;
 }
</style>
background-color css

<style>
 a { background-color: #DDFFFB; }

 a { background-color: rgb(221,255,251); }

 div.DivClassName
 {
   background-color: #DDFFFB;
 }
 .BgClassName
 {
   background-color: #DDFFFB;
 }
</style>
border-color css

<style>
 span { border-color: #DDFFFB; }

 span { border-color: rgb(221,255,251); }

 td.TdClassName
 {
   border-color: #DDFFFB;
 }
 .TagClassName
 {
   border-color: #DDFFFB;
 }
</style>