#CFFAE5

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

Shades of White Ice #CFFAE5

Tints of White Ice #CFFAE5

Color information

#CFFAE5 (or 0xCFFAE5) is unknown color: approx White Ice. HEX triplet: CF, FA and E5. RGB value is (207,250,229). Sum of RGB (Red+Green+Blue) = 207+250+229=686 (90% of max value = 765). Red value is 207 (81.25% from 255 or 30.17% from 686); Green value is 250 (98.05% from 255 or 36.44% from 686); Blue value is 229 (89.84% from 255 or 33.38% from 686); Max value from RGB is 250 - color contains mainly: green. Hex color #CFFAE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFFAE5 is #30051A. Grayscale: #EAEAEA. Windows color (decimal): -3147035 or 15071951. OLE color: 15071951.

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

Color convert

RGB207250229-
CMYK0.1700.080.02
HSL150.7º81.13%89.61%-
HSV(B)150.7º17.2%98.04%-
XYZ74.0687.2987.07-
YUV234.75124.75108.21-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.17%
GREEN value IS 250 (98.05% from 255) = 36.44%
BLUE value IS 229 (89.84% from 255) = 33.38%
R=30.17%
G=36.44%
B=33.38%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2072502290.1700.080.02150.781.1389.61
HexCFFAE51108297515a
Octal317372345210102227121132
Binary1100111111111010111001011000101000101001011110100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFAE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFAE5; }

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

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

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

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

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

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

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

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