#CFFEE6

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

Shades of White Ice #CFFEE6

Tints of White Ice #CFFEE6

Color information

#CFFEE6 (or 0xCFFEE6) is unknown color: approx White Ice. HEX triplet: CF, FE and E6. RGB value is (207,254,230). Sum of RGB (Red+Green+Blue) = 207+254+230=691 (91% of max value = 765). Red value is 207 (81.25% from 255 or 29.96% from 691); Green value is 254 (99.61% from 255 or 36.76% from 691); Blue value is 230 (90.23% from 255 or 33.29% from 691); Max value from RGB is 254 - color contains mainly: green. Hex color #CFFEE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFFEE6 is #300119. Grayscale: #EDEDED. Windows color (decimal): -3146010 or 15138511. OLE color: 15138511.

HSL color Cylindrical-coordinate representation of color #CFFEE6: hue angle of 149.36º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFFEE6 is Cyan = 0.19, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.00.

Color convert

RGB207254230-
CMYK0.1900.090.00
HSL149.36º95.92%90.39%-
HSV(B)149.36º18.5%99.61%-
XYZ75.4689.8688.23-
YUV237.21123.93106.45-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 29.96%
GREEN value IS 254 (99.61% from 255) = 36.76%
BLUE value IS 230 (90.23% from 255) = 33.29%
R=29.96%
G=36.76%
B=33.29%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2072542300.1900.090.00149.3695.9290.39
HexCFFEE61309095605a
Octal317376346230110225140132
Binary110011111111111011100110100110100101001010111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFEE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFEE6; }

 p { color: rgb(207,254,230); }

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

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

 a { background-color: rgb(207,254,230); }

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

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

 span { border-color: rgb(207,254,230); }

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