#CFF5DE

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

Shades of White Ice #CFF5DE

Tints of White Ice #CFF5DE

Color information

#CFF5DE (or 0xCFF5DE) is unknown color: approx White Ice. HEX triplet: CF, F5 and DE. RGB value is (207,245,222). Sum of RGB (Red+Green+Blue) = 207+245+222=674 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.71% from 674); Green value is 245 (96.09% from 255 or 36.35% from 674); Blue value is 222 (87.11% from 255 or 32.94% from 674); Max value from RGB is 245 - color contains mainly: green. Hex color #CFF5DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF5DE is #300A21. Grayscale: #E7E7E7. Windows color (decimal): -3148322 or 14611919. OLE color: 14611919.

HSL color Cylindrical-coordinate representation of color #CFF5DE: hue angle of 143.68º degrees, saturation: 0.66, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CFF5DE is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB207245222-
CMYK0.1600.090.04
HSL143.68º65.52%88.63%-
HSV(B)143.68º15.51%96.08%-
XYZ71.5783.8481.52-
YUV231.02122.91110.87-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.71%
GREEN value IS 245 (96.09% from 255) = 36.35%
BLUE value IS 222 (87.11% from 255) = 32.94%
R=30.71%
G=36.35%
B=32.94%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2072452220.1600.090.04143.6865.5288.63
HexCFF5DE10094904259
Octal317365336200114220102131
Binary11001111111101011101111010000010011001001000010000101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF5DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF5DE; }

 p { color: rgb(207,245,222); }

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

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

 a { background-color: rgb(207,245,222); }

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

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

 span { border-color: rgb(207,245,222); }

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