#CBD6D2

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

Shades of Iceberg #CBD6D2

Tints of Iceberg #CBD6D2

Color information

#CBD6D2 (or 0xCBD6D2) is unknown color: approx Iceberg. HEX triplet: CB, D6 and D2. RGB value is (203,214,210). Sum of RGB (Red+Green+Blue) = 203+214+210=627 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.38% from 627); Green value is 214 (83.98% from 255 or 34.13% from 627); Blue value is 210 (82.42% from 255 or 33.49% from 627); Max value from RGB is 214 - color contains mainly: green. Hex color #CBD6D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD6D2 is #34292D. Grayscale: #D2D2D2. Windows color (decimal): -3418414 or 13817547. OLE color: 13817547.

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

Color convert

RGB203214210-
CMYK0.0500.020.16
HSL158.18º11.83%81.76%-
HSV(B)158.18º5.14%83.92%-
XYZ60.3165.4470.43-
YUV210.26127.86122.83-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.38%
GREEN value IS 214 (83.98% from 255) = 34.13%
BLUE value IS 210 (82.42% from 255) = 33.49%
R=32.38%
G=34.13%
B=33.49%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2032142100.0500.020.16158.1811.8381.76
HexCBD6D2502109ec52
Octal3133263225022023614122
Binary110010111101011011010010101010100001001111011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD6D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD6D2; }

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

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

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

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

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

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

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

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