#CFF1E0

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

Shades of White Ice #CFF1E0

Tints of White Ice #CFF1E0

Color information

#CFF1E0 (or 0xCFF1E0) is unknown color: approx White Ice. HEX triplet: CF, F1 and E0. RGB value is (207,241,224). Sum of RGB (Red+Green+Blue) = 207+241+224=672 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.80% from 672); Green value is 241 (94.53% from 255 or 35.86% from 672); Blue value is 224 (87.89% from 255 or 33.33% from 672); Max value from RGB is 241 - color contains mainly: green. Hex color #CFF1E0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF1E0 is #300E1F. Grayscale: #E4E4E4. Windows color (decimal): -3149344 or 14741967. OLE color: 14741967.

HSL color Cylindrical-coordinate representation of color #CFF1E0: hue angle of 150º 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 #CFF1E0 is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB207241224-
CMYK0.1400.070.05
HSL150º54.84%87.84%-
HSV(B)150º14.11%94.51%-
XYZ70.6481.5682.54-
YUV228.9125.24112.38-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.80%
GREEN value IS 241 (94.53% from 255) = 35.86%
BLUE value IS 224 (87.89% from 255) = 33.33%
R=30.80%
G=35.86%
B=33.33%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2072412240.1400.070.0515054.8487.84
HexCFF1E0E075963758
Octal3173613401607522667130
Binary11001111111100011110000011100111101100101101101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF1E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF1E0; }

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

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

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

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

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

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

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

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