#CFFAE4

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

Shades of White Ice #CFFAE4

Tints of White Ice #CFFAE4

Color information

#CFFAE4 (or 0xCFFAE4) is unknown color: approx White Ice. HEX triplet: CF, FA and E4. RGB value is (207,250,228). Sum of RGB (Red+Green+Blue) = 207+250+228=685 (90% of max value = 765). Red value is 207 (81.25% from 255 or 30.22% from 685); Green value is 250 (98.05% from 255 or 36.50% from 685); Blue value is 228 (89.45% from 255 or 33.28% from 685); Max value from RGB is 250 - color contains mainly: green. Hex color #CFFAE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFFAE4 is #30051B. Grayscale: #EAEAEA. Windows color (decimal): -3147036 or 15006415. OLE color: 15006415.

HSL color Cylindrical-coordinate representation of color #CFFAE4: hue angle of 149.3º degrees, saturation: 0.81, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFFAE4 is Cyan = 0.17, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB207250228-
CMYK0.1700.090.02
HSL149.3º81.13%89.61%-
HSV(B)149.3º17.2%98.04%-
XYZ73.9287.2486.34-
YUV234.64124.25108.29-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.22%
GREEN value IS 250 (98.05% from 255) = 36.50%
BLUE value IS 228 (89.45% from 255) = 33.28%
R=30.22%
G=36.50%
B=33.28%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2072502280.1700.090.02149.381.1389.61
HexCFFAE41109295515a
Octal317372344210112225121132
Binary1100111111111010111001001000101001101001010110100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFAE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFAE4; }

 p { color: rgb(207,250,228); }

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

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

 a { background-color: rgb(207,250,228); }

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

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

 span { border-color: rgb(207,250,228); }

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