#DDFEFC

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

Shades of Light Cyan #DDFEFC

Tints of Light Cyan #DDFEFC

Color information

#DDFEFC (or 0xDDFEFC) is unknown color: approx Light Cyan. HEX triplet: DD, FE and FC. RGB value is (221,254,252). Sum of RGB (Red+Green+Blue) = 221+254+252=727 (96% of max value = 765). Red value is 221 (86.72% from 255 or 30.40% from 727); Green value is 254 (99.61% from 255 or 34.94% from 727); Blue value is 252 (98.83% from 255 or 34.66% from 727); Max value from RGB is 254 - color contains mainly: green. Hex color #DDFEFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDFEFC is #220103. Grayscale: #F3F3F3. Windows color (decimal): -2228484 or 16580317. OLE color: 16580317.

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

Color convert

RGB221254252-
CMYK0.1300.010.00
HSL176.36º94.29%93.14%-
HSV(B)176.36º12.99%99.61%-
XYZ82.8393.28105.74-
YUV243.9132.57111.66-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 30.40%
GREEN value IS 254 (99.61% from 255) = 34.94%
BLUE value IS 252 (98.83% from 255) = 34.66%
R=30.40%
G=34.94%
B=34.66%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2212542520.1300.010.00176.3694.2993.14
HexDDFEFCD010b05e5d
Octal33537637415010260136135
Binary11011101111111101111110011010101011000010111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFEFC; }

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

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

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

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

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

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

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

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