#DDFCFF

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

Shades of Light Cyan #DDFCFF

Tints of Light Cyan #DDFCFF

Color information

#DDFCFF (or 0xDDFCFF) is unknown color: approx Light Cyan. HEX triplet: DD, FC and FF. RGB value is (221,252,255). Sum of RGB (Red+Green+Blue) = 221+252+255=728 (96% of max value = 765). Red value is 221 (86.72% from 255 or 30.36% from 728); Green value is 252 (98.83% from 255 or 34.62% from 728); Blue value is 255 (100% from 255 or 35.03% from 728); Max value from RGB is 255 - color contains mainly: blue. Hex color #DDFCFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDFCFF is #220300. Grayscale: #F3F3F3. Windows color (decimal): -2228993 or 16776413. OLE color: 16776413.

HSL color Cylindrical-coordinate representation of color #DDFCFF: hue angle of 185.29º 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 #DDFCFF is Cyan = 0.13, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB221252255-
CMYK0.130.0100
HSL185.29º100%93.33%-
HSV(B)185.29º13.33%100%-
XYZ82.6892.21108.05-
YUV243.07134.73112.26-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 30.36%
GREEN value IS 252 (98.83% from 255) = 34.62%
BLUE value IS 255 (100% from 255) = 35.03%
R=30.36%
G=34.62%
B=35.03%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2212522550.130.0100185.2910093.33
HexDDFCFFD100b9645d
Octal33537437715100271144135
Binary11011101111111001111111111011001011100111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFCFF; }

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

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

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

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

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

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

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

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