#CFF4DF

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

Shades of White Ice #CFF4DF

Tints of White Ice #CFF4DF

Color information

#CFF4DF (or 0xCFF4DF) is unknown color: approx White Ice. HEX triplet: CF, F4 and DF. RGB value is (207,244,223). Sum of RGB (Red+Green+Blue) = 207+244+223=674 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.71% from 674); Green value is 244 (95.70% from 255 or 36.20% from 674); Blue value is 223 (87.5% from 255 or 33.09% from 674); Max value from RGB is 244 - color contains mainly: green. Hex color #CFF4DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF4DF is #300B20. Grayscale: #E6E6E6. Windows color (decimal): -3148577 or 14677199. OLE color: 14677199.

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

Color convert

RGB207244223-
CMYK0.1500.090.04
HSL145.95º62.71%88.43%-
HSV(B)145.95º15.16%95.69%-
XYZ71.483.2982.13-
YUV230.54123.74111.21-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.71%
GREEN value IS 244 (95.70% from 255) = 36.20%
BLUE value IS 223 (87.5% from 255) = 33.09%
R=30.71%
G=36.20%
B=33.09%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2072442230.1500.090.04145.9562.7188.43
HexCFF4DFF094923f58
Octal31736433717011422277130
Binary110011111111010011011111111101001100100100101111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF4DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF4DF; }

 p { color: rgb(207,244,223); }

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

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

 a { background-color: rgb(207,244,223); }

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

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

 span { border-color: rgb(207,244,223); }

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