#CBDDD9

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

Shades of Iceberg #CBDDD9

Tints of Iceberg #CBDDD9

Color information

#CBDDD9 (or 0xCBDDD9) is unknown color: approx Iceberg. HEX triplet: CB, DD and D9. RGB value is (203,221,217). Sum of RGB (Red+Green+Blue) = 203+221+217=641 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.67% from 641); Green value is 221 (86.72% from 255 or 34.48% from 641); Blue value is 217 (85.16% from 255 or 33.85% from 641); Max value from RGB is 221 - color contains mainly: green. Hex color #CBDDD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDDD9 is #342226. Grayscale: #D7D7D7. Windows color (decimal): -3416615 or 14278091. OLE color: 14278091.

HSL color Cylindrical-coordinate representation of color #CBDDD9: hue angle of 166.67º degrees, saturation: 0.21, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CBDDD9 is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB203221217-
CMYK0.0800.020.13
HSL166.67º20.93%83.14%-
HSV(B)166.67º8.14%86.67%-
XYZ63.0169.4275.72-
YUV215.16129.04119.33-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.67%
GREEN value IS 221 (86.72% from 255) = 34.48%
BLUE value IS 217 (85.16% from 255) = 33.85%
R=31.67%
G=34.48%
B=33.85%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2032212170.0800.020.13166.6720.9383.14
HexCBDDD9802Da71553
Octal31333533110021524725123
Binary1100101111011101110110011000010110110100111101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDDD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDDD9; }

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

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

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

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

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

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

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

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