#CBF6DD

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

Shades of White Ice #CBF6DD

Tints of White Ice #CBF6DD

Color information

#CBF6DD (or 0xCBF6DD) is unknown color: approx White Ice. HEX triplet: CB, F6 and DD. RGB value is (203,246,221). Sum of RGB (Red+Green+Blue) = 203+246+221=670 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.30% from 670); Green value is 246 (96.48% from 255 or 36.72% from 670); Blue value is 221 (86.72% from 255 or 32.99% from 670); Max value from RGB is 246 - color contains mainly: green. Hex color #CBF6DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF6DD is #340922. Grayscale: #E6E6E6. Windows color (decimal): -3410211 or 14546635. OLE color: 14546635.

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

Color convert

RGB203246221-
CMYK0.1700.100.04
HSL145.12º70.49%88.04%-
HSV(B)145.12º17.48%96.47%-
XYZ70.6483.8380.86-
YUV230.29122.75108.53-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.30%
GREEN value IS 246 (96.48% from 255) = 36.72%
BLUE value IS 221 (86.72% from 255) = 32.99%
R=30.30%
G=36.72%
B=32.99%

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
Decimal2032462210.1700.100.04145.1270.4988.04
HexCBF6DD110A4914658
Octal313366335210124221106130
Binary11001011111101101101110110001010101001001000110001101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF6DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF6DD; }

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

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

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

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

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

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

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

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