#CBF7DC

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

Shades of White Ice #CBF7DC

Tints of White Ice #CBF7DC

Color information

#CBF7DC (or 0xCBF7DC) is unknown color: approx White Ice. HEX triplet: CB, F7 and DC. RGB value is (203,247,220). Sum of RGB (Red+Green+Blue) = 203+247+220=670 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.30% from 670); Green value is 247 (96.88% from 255 or 36.87% from 670); Blue value is 220 (86.33% from 255 or 32.84% from 670); Max value from RGB is 247 - color contains mainly: green. Hex color #CBF7DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF7DC is #340823. Grayscale: #E6E6E6. Windows color (decimal): -3409956 or 14481355. OLE color: 14481355.

HSL color Cylindrical-coordinate representation of color #CBF7DC: hue angle of 143.18º degrees, saturation: 0.73, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBF7DC is Cyan = 0.18, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB203247220-
CMYK0.1800.110.03
HSL143.18º73.33%88.24%-
HSV(B)143.18º17.81%96.86%-
XYZ70.8184.3980.27-
YUV230.77121.92108.2-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.30%
GREEN value IS 247 (96.88% from 255) = 36.87%
BLUE value IS 220 (86.33% from 255) = 32.84%
R=30.30%
G=36.87%
B=32.84%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2032472200.1800.110.03143.1873.3388.24
HexCBF7DC120B38f4958
Octal313367334220133217111130
Binary1100101111110111110111001001001011111000111110010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF7DC; }

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

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

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

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

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

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

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

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