#CFF1DE

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

Shades of White Ice #CFF1DE

Tints of White Ice #CFF1DE

Color information

#CFF1DE (or 0xCFF1DE) is unknown color: approx White Ice. HEX triplet: CF, F1 and DE. RGB value is (207,241,222). Sum of RGB (Red+Green+Blue) = 207+241+222=670 (88% of max value = 765). Red value is 207 (81.25% from 255 or 30.90% from 670); Green value is 241 (94.53% from 255 or 35.97% from 670); Blue value is 222 (87.11% from 255 or 33.13% from 670); Max value from RGB is 241 - color contains mainly: green. Hex color #CFF1DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF1DE is #300E21. Grayscale: #E4E4E4. Windows color (decimal): -3149346 or 14610895. OLE color: 14610895.

HSL color Cylindrical-coordinate representation of color #CFF1DE: hue angle of 146.47º degrees, saturation: 0.55, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFF1DE is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB207241222-
CMYK0.1400.080.05
HSL146.47º54.84%87.84%-
HSV(B)146.47º14.11%94.51%-
XYZ70.3781.4581.12-
YUV228.67124.24112.54-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.90%
GREEN value IS 241 (94.53% from 255) = 35.97%
BLUE value IS 222 (87.11% from 255) = 33.13%
R=30.90%
G=35.97%
B=33.13%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2072412220.1400.080.05146.4754.8487.84
HexCFF1DEE085923758
Octal31736133616010522267130
Binary110011111111000111011110111001000101100100101101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF1DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF1DE; }

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

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

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

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

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

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

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

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