#CBF5DC

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

Shades of White Ice #CBF5DC

Tints of White Ice #CBF5DC

Color information

#CBF5DC (or 0xCBF5DC) is unknown color: approx White Ice. HEX triplet: CB, F5 and DC. RGB value is (203,245,220). Sum of RGB (Red+Green+Blue) = 203+245+220=668 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.39% from 668); Green value is 245 (96.09% from 255 or 36.68% from 668); Blue value is 220 (86.33% from 255 or 32.93% from 668); Max value from RGB is 245 - color contains mainly: green. Hex color #CBF5DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF5DC is #340A23. Grayscale: #E5E5E5. Windows color (decimal): -3410468 or 14480843. OLE color: 14480843.

HSL color Cylindrical-coordinate representation of color #CBF5DC: hue angle of 144.29º degrees, saturation: 0.68, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CBF5DC is Cyan = 0.17, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB203245220-
CMYK0.1700.100.04
HSL144.29º67.74%87.84%-
HSV(B)144.29º17.14%96.08%-
XYZ70.283.1780.06-
YUV229.59122.59109.03-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.39%
GREEN value IS 245 (96.09% from 255) = 36.68%
BLUE value IS 220 (86.33% from 255) = 32.93%
R=30.39%
G=36.68%
B=32.93%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2032452200.1700.100.04144.2967.7487.84
HexCBF5DC110A4904458
Octal313365334210124220104130
Binary11001011111101011101110010001010101001001000010001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF5DC; }

 p { color: rgb(203,245,220); }

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

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

 a { background-color: rgb(203,245,220); }

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

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

 span { border-color: rgb(203,245,220); }

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