#CBF9DC

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

Shades of White Ice #CBF9DC

Tints of White Ice #CBF9DC

Color information

#CBF9DC (or 0xCBF9DC) is unknown color: approx White Ice. HEX triplet: CB, F9 and DC. RGB value is (203,249,220). Sum of RGB (Red+Green+Blue) = 203+249+220=672 (89% of max value = 765). Red value is 203 (79.69% from 255 or 30.21% from 672); Green value is 249 (97.66% from 255 or 37.05% from 672); Blue value is 220 (86.33% from 255 or 32.74% from 672); Max value from RGB is 249 - color contains mainly: green. Hex color #CBF9DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF9DC is #340623. Grayscale: #E8E8E8. Windows color (decimal): -3409444 or 14481867. OLE color: 14481867.

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

Color convert

RGB203249220-
CMYK0.1800.120.02
HSL142.17º79.31%88.63%-
HSV(B)142.17º18.47%97.65%-
XYZ71.4285.6280.47-
YUV231.94121.26107.36-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.21%
GREEN value IS 249 (97.66% from 255) = 37.05%
BLUE value IS 220 (86.33% from 255) = 32.74%
R=30.21%
G=37.05%
B=32.74%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2032492200.1800.120.02142.1779.3188.63
HexCBF9DC120C28e4f59
Octal313371334220142216117131
Binary1100101111111001110111001001001100101000111010011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF9DC; }

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

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

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

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

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

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

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

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