#CBDCD5

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

Shades of Iceberg #CBDCD5

Tints of Iceberg #CBDCD5

Color information

#CBDCD5 (or 0xCBDCD5) is unknown color: approx Iceberg. HEX triplet: CB, DC and D5. RGB value is (203,220,213). Sum of RGB (Red+Green+Blue) = 203+220+213=636 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.92% from 636); Green value is 220 (86.33% from 255 or 34.59% from 636); Blue value is 213 (83.59% from 255 or 33.49% from 636); Max value from RGB is 220 - color contains mainly: green. Hex color #CBDCD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDCD5 is #34232A. Grayscale: #D6D6D6. Windows color (decimal): -3416875 or 14015691. OLE color: 14015691.

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

Color convert

RGB203220213-
CMYK0.0800.030.14
HSL155.29º19.54%82.94%-
HSV(B)155.29º7.73%86.27%-
XYZ62.2368.6972.93-
YUV214.12127.37120.07-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.92%
GREEN value IS 220 (86.33% from 255) = 34.59%
BLUE value IS 213 (83.59% from 255) = 33.49%
R=31.92%
G=34.59%
B=33.49%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2032202130.0800.030.14155.2919.5482.94
HexCBDCD5803E9b1453
Octal31333432510031623324123
Binary1100101111011100110101011000011111010011011101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDCD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDCD5; }

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

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

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

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

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

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

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

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