#CBFCE1

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

Shades of White Ice #CBFCE1

Tints of White Ice #CBFCE1

Color information

#CBFCE1 (or 0xCBFCE1) is unknown color: approx White Ice. HEX triplet: CB, FC and E1. RGB value is (203,252,225). Sum of RGB (Red+Green+Blue) = 203+252+225=680 (90% of max value = 765). Red value is 203 (79.69% from 255 or 29.85% from 680); Green value is 252 (98.83% from 255 or 37.06% from 680); Blue value is 225 (88.28% from 255 or 33.09% from 680); Max value from RGB is 252 - color contains mainly: green. Hex color #CBFCE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBFCE1 is #34031E. Grayscale: #EAEAEA. Windows color (decimal): -3408671 or 14810315. OLE color: 14810315.

HSL color Cylindrical-coordinate representation of color #CBFCE1: hue angle of 146.94º 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 #CBFCE1 is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.

Color convert

RGB203252225-
CMYK0.1900.110.01
HSL146.94º89.09%89.22%-
HSV(B)146.94º19.44%98.82%-
XYZ73.0387.7584.32-
YUV234.27122.77105.7-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 29.85%
GREEN value IS 252 (98.83% from 255) = 37.06%
BLUE value IS 225 (88.28% from 255) = 33.09%
R=29.85%
G=37.06%
B=33.09%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2032522250.1900.110.01146.9489.0989.22
HexCBFCE1130B1935959
Octal313374341230131223131131
Binary110010111111110011100001100110101111001001110110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBFCE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBFCE1; }

 p { color: rgb(203,252,225); }

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

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

 a { background-color: rgb(203,252,225); }

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

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

 span { border-color: rgb(203,252,225); }

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