#CCFAE1

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

Shades of White Ice #CCFAE1

Tints of White Ice #CCFAE1

Color information

#CCFAE1 (or 0xCCFAE1) is unknown color: approx White Ice. HEX triplet: CC, FA and E1. RGB value is (204,250,225). Sum of RGB (Red+Green+Blue) = 204+250+225=679 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.04% from 679); Green value is 250 (98.05% from 255 or 36.82% from 679); Blue value is 225 (88.28% from 255 or 33.14% from 679); Max value from RGB is 250 - color contains mainly: green. Hex color #CCFAE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFAE1 is #33051E. Grayscale: #E9E9E9. Windows color (decimal): -3343647 or 14809804. OLE color: 14809804.

HSL color Cylindrical-coordinate representation of color #CCFAE1: hue angle of 147.39º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCFAE1 is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB204250225-
CMYK0.1800.100.02
HSL147.39º82.14%89.02%-
HSV(B)147.39º18.4%98.04%-
XYZ72.6886.6484.13-
YUV233.4123.26107.03-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.04%
GREEN value IS 250 (98.05% from 255) = 36.82%
BLUE value IS 225 (88.28% from 255) = 33.14%
R=30.04%
G=36.82%
B=33.14%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2042502250.1800.100.02147.3982.1489.02
HexCCFAE1120A2935259
Octal314372341220122223122131
Binary1100110011111010111000011001001010101001001110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFAE1; }

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

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

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

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

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

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

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

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