#CFFEE7

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

Shades of White Ice #CFFEE7

Tints of White Ice #CFFEE7

Color information

#CFFEE7 (or 0xCFFEE7) is unknown color: approx White Ice. HEX triplet: CF, FE and E7. RGB value is (207,254,231). Sum of RGB (Red+Green+Blue) = 207+254+231=692 (91% of max value = 765). Red value is 207 (81.25% from 255 or 29.91% from 692); Green value is 254 (99.61% from 255 or 36.71% from 692); Blue value is 231 (90.62% from 255 or 33.38% from 692); Max value from RGB is 254 - color contains mainly: green. Hex color #CFFEE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFFEE7 is #300118. Grayscale: #EDEDED. Windows color (decimal): -3146009 or 15204047. OLE color: 15204047.

HSL color Cylindrical-coordinate representation of color #CFFEE7: hue angle of 150.64º 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 #CFFEE7 is Cyan = 0.19, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.00.

Color convert

RGB207254231-
CMYK0.1900.090.00
HSL150.64º95.92%90.39%-
HSV(B)150.64º18.5%99.61%-
XYZ75.689.9288.97-
YUV237.32124.43106.37-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 29.91%
GREEN value IS 254 (99.61% from 255) = 36.71%
BLUE value IS 231 (90.62% from 255) = 33.38%
R=29.91%
G=36.71%
B=33.38%

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
Decimal2072542310.1900.090.00150.6495.9290.39
HexCFFEE71309097605a
Octal317376347230110227140132
Binary110011111111111011100111100110100101001011111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFEE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFEE7; }

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

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

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

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

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

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

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

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