#CBD9D5

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

Shades of Iceberg #CBD9D5

Tints of Iceberg #CBD9D5

Color information

#CBD9D5 (or 0xCBD9D5) is unknown color: approx Iceberg. HEX triplet: CB, D9 and D5. RGB value is (203,217,213). Sum of RGB (Red+Green+Blue) = 203+217+213=633 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.07% from 633); Green value is 217 (85.16% from 255 or 34.28% from 633); Blue value is 213 (83.59% from 255 or 33.65% from 633); Max value from RGB is 217 - color contains mainly: green. Hex color #CBD9D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD9D5 is #34262A. Grayscale: #D4D4D4. Windows color (decimal): -3417643 or 14014923. OLE color: 14014923.

HSL color Cylindrical-coordinate representation of color #CBD9D5: hue angle of 162.86º degrees, saturation: 0.16, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CBD9D5 is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB203217213-
CMYK0.0600.020.15
HSL162.86º15.56%82.35%-
HSV(B)162.86º6.45%85.1%-
XYZ61.4567.1372.67-
YUV212.36128.36121.33-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.07%
GREEN value IS 217 (85.16% from 255) = 34.28%
BLUE value IS 213 (83.59% from 255) = 33.65%
R=32.07%
G=34.28%
B=33.65%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2032172130.0600.020.15162.8615.5682.35
HexCBD9D5602Fa31052
Octal3133313256021724320122
Binary110010111101100111010101110010111110100011100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD9D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD9D5; }

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

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

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

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

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

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

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

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