#CBDBD5

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

Shades of Iceberg #CBDBD5

Tints of Iceberg #CBDBD5

Color information

#CBDBD5 (or 0xCBDBD5) is unknown color: approx Iceberg. HEX triplet: CB, DB and D5. RGB value is (203,219,213). Sum of RGB (Red+Green+Blue) = 203+219+213=635 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.97% from 635); Green value is 219 (85.94% from 255 or 34.49% from 635); Blue value is 213 (83.59% from 255 or 33.54% from 635); Max value from RGB is 219 - color contains mainly: green. Hex color #CBDBD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDBD5 is #34242A. Grayscale: #D5D5D5. Windows color (decimal): -3417131 or 14015435. OLE color: 14015435.

HSL color Cylindrical-coordinate representation of color #CBDBD5: hue angle of 157.5º degrees, saturation: 0.18, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CBDBD5 is Cyan = 0.07, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB203219213-
CMYK0.0700.030.14
HSL157.5º18.18%82.75%-
HSV(B)157.5º7.31%85.88%-
XYZ61.9768.1672.84-
YUV213.53127.7120.49-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.97%
GREEN value IS 219 (85.94% from 255) = 34.49%
BLUE value IS 213 (83.59% from 255) = 33.54%
R=31.97%
G=34.49%
B=33.54%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2032192130.0700.030.14157.518.1882.75
HexCBDBD5703E9d1253
Octal3133333257031623522123
Binary110010111101101111010101111011111010011101100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDBD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDBD5; }

 p { color: rgb(203,219,213); }

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

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

 a { background-color: rgb(203,219,213); }

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

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

 span { border-color: rgb(203,219,213); }

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