#CBF6DC

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

Shades of White Ice #CBF6DC

Tints of White Ice #CBF6DC

Color information

#CBF6DC (or 0xCBF6DC) is unknown color: approx White Ice. HEX triplet: CB, F6 and DC. RGB value is (203,246,220). Sum of RGB (Red+Green+Blue) = 203+246+220=669 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.34% from 669); Green value is 246 (96.48% from 255 or 36.77% from 669); Blue value is 220 (86.33% from 255 or 32.88% from 669); Max value from RGB is 246 - color contains mainly: green. Hex color #CBF6DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF6DC is #340923. Grayscale: #E6E6E6. Windows color (decimal): -3410212 or 14481099. OLE color: 14481099.

HSL color Cylindrical-coordinate representation of color #CBF6DC: hue angle of 143.72º degrees, saturation: 0.7, 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 #CBF6DC is Cyan = 0.17, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB203246220-
CMYK0.1700.110.04
HSL143.72º70.49%88.04%-
HSV(B)143.72º17.48%96.47%-
XYZ70.583.7880.16-
YUV230.18122.25108.61-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.34%
GREEN value IS 246 (96.48% from 255) = 36.77%
BLUE value IS 220 (86.33% from 255) = 32.88%
R=30.34%
G=36.77%
B=32.88%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2032462200.1700.110.04143.7270.4988.04
HexCBF6DC110B4904658
Octal313366334210134220106130
Binary11001011111101101101110010001010111001001000010001101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF6DC; }

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

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

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

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

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

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

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

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