#CCFAE3

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

Shades of White Ice #CCFAE3

Tints of White Ice #CCFAE3

Color information

#CCFAE3 (or 0xCCFAE3) is unknown color: approx White Ice. HEX triplet: CC, FA and E3. RGB value is (204,250,227). Sum of RGB (Red+Green+Blue) = 204+250+227=681 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.96% from 681); Green value is 250 (98.05% from 255 or 36.71% from 681); Blue value is 227 (89.06% from 255 or 33.33% from 681); Max value from RGB is 250 - color contains mainly: green. Hex color #CCFAE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFAE3 is #33051C. Grayscale: #E9E9E9. Windows color (decimal): -3343645 or 14940876. OLE color: 14940876.

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

Color convert

RGB204250227-
CMYK0.1800.090.02
HSL150º82.14%89.02%-
HSV(B)150º18.4%98.04%-
XYZ72.9586.7585.57-
YUV233.62124.26106.87-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.96%
GREEN value IS 250 (98.05% from 255) = 36.71%
BLUE value IS 227 (89.06% from 255) = 33.33%
R=29.96%
G=36.71%
B=33.33%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2042502270.1800.090.0215082.1489.02
HexCCFAE312092965259
Octal314372343220112226122131
Binary1100110011111010111000111001001001101001011010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFAE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFAE3; }

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

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

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

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

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

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

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

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