#CBDDD7

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

Shades of Iceberg #CBDDD7

Tints of Iceberg #CBDDD7

Color information

#CBDDD7 (or 0xCBDDD7) is unknown color: approx Iceberg. HEX triplet: CB, DD and D7. RGB value is (203,221,215). Sum of RGB (Red+Green+Blue) = 203+221+215=639 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.77% from 639); Green value is 221 (86.72% from 255 or 34.59% from 639); Blue value is 215 (84.38% from 255 or 33.65% from 639); Max value from RGB is 221 - color contains mainly: green. Hex color #CBDDD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDDD7 is #342228. Grayscale: #D6D6D6. Windows color (decimal): -3416617 or 14147019. OLE color: 14147019.

HSL color Cylindrical-coordinate representation of color #CBDDD7: hue angle of 160º 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 #CBDDD7 is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB203221215-
CMYK0.0800.030.13
HSL160º20.93%83.14%-
HSV(B)160º8.14%86.67%-
XYZ62.7569.3274.36-
YUV214.93128.04119.49-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.77%
GREEN value IS 221 (86.72% from 255) = 34.59%
BLUE value IS 215 (84.38% from 255) = 33.65%
R=31.77%
G=34.59%
B=33.65%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2032212150.0800.030.1316020.9383.14
HexCBDDD7803Da01553
Octal31333532710031524025123
Binary1100101111011101110101111000011110110100000101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDDD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDDD7; }

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

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

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

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

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

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

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

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