#CCFCE3

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

Shades of White Ice #CCFCE3

Tints of White Ice #CCFCE3

Color information

#CCFCE3 (or 0xCCFCE3) is unknown color: approx White Ice. HEX triplet: CC, FC and E3. RGB value is (204,252,227). Sum of RGB (Red+Green+Blue) = 204+252+227=683 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.87% from 683); Green value is 252 (98.83% from 255 or 36.90% from 683); Blue value is 227 (89.06% from 255 or 33.24% from 683); Max value from RGB is 252 - color contains mainly: green. Hex color #CCFCE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFCE3 is #33031C. Grayscale: #EAEAEA. Windows color (decimal): -3343133 or 14941388. OLE color: 14941388.

HSL color Cylindrical-coordinate representation of color #CCFCE3: hue angle of 148.75º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCFCE3 is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.01.

Color convert

RGB204252227-
CMYK0.1900.100.01
HSL148.75º88.89%89.41%-
HSV(B)148.75º19.05%98.82%-
XYZ73.588885.78-
YUV234.8123.6106.03-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.87%
GREEN value IS 252 (98.83% from 255) = 36.90%
BLUE value IS 227 (89.06% from 255) = 33.24%
R=29.87%
G=36.90%
B=33.24%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2042522270.1900.100.01148.7588.8989.41
HexCCFCE3130A1955959
Octal314374343230121225131131
Binary110011001111110011100011100110101011001010110110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFCE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFCE3; }

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

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

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

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

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

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

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

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