#CBFADE

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

Shades of White Ice #CBFADE

Tints of White Ice #CBFADE

Color information

#CBFADE (or 0xCBFADE) is unknown color: approx White Ice. HEX triplet: CB, FA and DE. RGB value is (203,250,222). Sum of RGB (Red+Green+Blue) = 203+250+222=675 (89% of max value = 765). Red value is 203 (79.69% from 255 or 30.07% from 675); Green value is 250 (98.05% from 255 or 37.04% from 675); Blue value is 222 (87.11% from 255 or 32.89% from 675); Max value from RGB is 250 - color contains mainly: green. Hex color #CBFADE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBFADE is #340521. Grayscale: #E8E8E8. Windows color (decimal): -3409186 or 14613195. OLE color: 14613195.

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

Color convert

RGB203250222-
CMYK0.1900.110.02
HSL144.26º82.46%88.82%-
HSV(B)144.26º18.8%98.04%-
XYZ7286.3481.98-
YUV232.76121.93106.78-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.07%
GREEN value IS 250 (98.05% from 255) = 37.04%
BLUE value IS 222 (87.11% from 255) = 32.89%
R=30.07%
G=37.04%
B=32.89%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2032502220.1900.110.02144.2682.4688.82
HexCBFADE130B2905259
Octal313372336230132220122131
Binary1100101111111010110111101001101011101001000010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBFADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBFADE; }

 p { color: rgb(203,250,222); }

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

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

 a { background-color: rgb(203,250,222); }

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

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

 span { border-color: rgb(203,250,222); }

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