#CFFAE1

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

Shades of White Ice #CFFAE1

Tints of White Ice #CFFAE1

Color information

#CFFAE1 (or 0xCFFAE1) is unknown color: approx White Ice. HEX triplet: CF, FA and E1. RGB value is (207,250,225). Sum of RGB (Red+Green+Blue) = 207+250+225=682 (90% of max value = 765). Red value is 207 (81.25% from 255 or 30.35% from 682); Green value is 250 (98.05% from 255 or 36.66% from 682); Blue value is 225 (88.28% from 255 or 32.99% from 682); Max value from RGB is 250 - color contains mainly: green. Hex color #CFFAE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFFAE1 is #30051E. Grayscale: #EAEAEA. Windows color (decimal): -3147039 or 14809807. OLE color: 14809807.

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

Color convert

RGB207250225-
CMYK0.1700.100.02
HSL145.12º81.13%89.61%-
HSV(B)145.12º17.2%98.04%-
XYZ73.5187.0784.17-
YUV234.29122.75108.53-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.35%
GREEN value IS 250 (98.05% from 255) = 36.66%
BLUE value IS 225 (88.28% from 255) = 32.99%
R=30.35%
G=36.66%
B=32.99%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2072502250.1700.100.02145.1281.1389.61
HexCFFAE1110A291515a
Octal317372341210122221121132
Binary1100111111111010111000011000101010101001000110100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFAE1; }

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

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

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

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

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

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

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

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