#CFF1DD

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

Shades of White Ice #CFF1DD

Tints of White Ice #CFF1DD

Color information

#CFF1DD (or 0xCFF1DD) is unknown color: approx White Ice. HEX triplet: CF, F1 and DD. RGB value is (207,241,221). Sum of RGB (Red+Green+Blue) = 207+241+221=669 (88% of max value = 765). Red value is 207 (81.25% from 255 or 30.94% from 669); Green value is 241 (94.53% from 255 or 36.02% from 669); Blue value is 221 (86.72% from 255 or 33.03% from 669); Max value from RGB is 241 - color contains mainly: green. Hex color #CFF1DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF1DD is #300E22. Grayscale: #E4E4E4. Windows color (decimal): -3149347 or 14545359. OLE color: 14545359.

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

Color convert

RGB207241221-
CMYK0.1400.080.05
HSL144.71º54.84%87.84%-
HSV(B)144.71º14.11%94.51%-
XYZ70.2481.480.42-
YUV228.55123.74112.63-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.94%
GREEN value IS 241 (94.53% from 255) = 36.02%
BLUE value IS 221 (86.72% from 255) = 33.03%
R=30.94%
G=36.02%
B=33.03%

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
Decimal2072412210.1400.080.05144.7154.8487.84
HexCFF1DDE085913758
Octal31736133516010522167130
Binary110011111111000111011101111001000101100100011101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF1DD; }

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

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

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

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

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

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

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

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