#CFEFDC

Color #CFEFDC White Ice (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of White Ice #CFEFDC

Tints of White Ice #CFEFDC

Color information

#CFEFDC (or 0xCFEFDC) is unknown color: approx White Ice. HEX triplet: CF, EF and DC. RGB value is (207,239,220). Sum of RGB (Red+Green+Blue) = 207+239+220=666 (88% of max value = 765). Red value is 207 (81.25% from 255 or 31.08% from 666); Green value is 239 (93.75% from 255 or 35.89% from 666); Blue value is 220 (86.33% from 255 or 33.03% from 666); Max value from RGB is 239 - color contains mainly: green. Hex color #CFEFDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEFDC is #301023. Grayscale: #E3E3E3. Windows color (decimal): -3149860 or 14479311. OLE color: 14479311.

HSL color Cylindrical-coordinate representation of color #CFEFDC: hue angle of 144.38º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CFEFDC is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB207239220-
CMYK0.1300.080.06
HSL144.38º50%87.45%-
HSV(B)144.38º13.39%93.73%-
XYZ69.5280.1779.52-
YUV227.27123.9113.54-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.08%
GREEN value IS 239 (93.75% from 255) = 35.89%
BLUE value IS 220 (86.33% from 255) = 33.03%
R=31.08%
G=35.89%
B=33.03%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2072392200.1300.080.06144.385087.45
HexCFEFDCD086903257
Octal31735733415010622062127
Binary110011111110111111011100110101000110100100001100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEFDC; }

 p { color: rgb(207,239,220); }

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

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

 a { background-color: rgb(207,239,220); }

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

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

 span { border-color: rgb(207,239,220); }

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