#CBDCD6

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

Shades of Iceberg #CBDCD6

Tints of Iceberg #CBDCD6

Color information

#CBDCD6 (or 0xCBDCD6) is unknown color: approx Iceberg. HEX triplet: CB, DC and D6. RGB value is (203,220,214). Sum of RGB (Red+Green+Blue) = 203+220+214=637 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.87% from 637); Green value is 220 (86.33% from 255 or 34.54% from 637); Blue value is 214 (83.98% from 255 or 33.59% from 637); Max value from RGB is 220 - color contains mainly: green. Hex color #CBDCD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDCD6 is #342329. Grayscale: #D6D6D6. Windows color (decimal): -3416874 or 14081227. OLE color: 14081227.

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

Color convert

RGB203220214-
CMYK0.0800.030.14
HSL158.82º19.54%82.94%-
HSV(B)158.82º7.73%86.27%-
XYZ62.3668.7473.6-
YUV214.23127.87119.99-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.87%
GREEN value IS 220 (86.33% from 255) = 34.54%
BLUE value IS 214 (83.98% from 255) = 33.59%
R=31.87%
G=34.54%
B=33.59%

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
Decimal2032202140.0800.030.14158.8219.5482.94
HexCBDCD6803E9f1453
Octal31333432610031623724123
Binary1100101111011100110101101000011111010011111101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDCD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDCD6; }

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

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

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

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

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

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

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

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