#CFFAE3

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

Shades of White Ice #CFFAE3

Tints of White Ice #CFFAE3

Color information

#CFFAE3 (or 0xCFFAE3) is unknown color: approx White Ice. HEX triplet: CF, FA and E3. RGB value is (207,250,227). Sum of RGB (Red+Green+Blue) = 207+250+227=684 (90% of max value = 765). Red value is 207 (81.25% from 255 or 30.26% from 684); Green value is 250 (98.05% from 255 or 36.55% from 684); Blue value is 227 (89.06% from 255 or 33.19% from 684); Max value from RGB is 250 - color contains mainly: green. Hex color #CFFAE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFFAE3 is #30051C. Grayscale: #EAEAEA. Windows color (decimal): -3147037 or 14940879. OLE color: 14940879.

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

Color convert

RGB207250227-
CMYK0.1700.090.02
HSL147.91º81.13%89.61%-
HSV(B)147.91º17.2%98.04%-
XYZ73.7887.1885.61-
YUV234.52123.75108.37-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.26%
GREEN value IS 250 (98.05% from 255) = 36.55%
BLUE value IS 227 (89.06% from 255) = 33.19%
R=30.26%
G=36.55%
B=33.19%

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
Decimal2072502270.1700.090.02147.9181.1389.61
HexCFFAE31109294515a
Octal317372343210112224121132
Binary1100111111111010111000111000101001101001010010100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFAE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFAE3; }

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

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

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

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

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

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

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

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