#CBD9D6

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

Shades of Geyser #CBD9D6

Tints of Geyser #CBD9D6

Color information

#CBD9D6 (or 0xCBD9D6) is unknown color: approx Geyser. HEX triplet: CB, D9 and D6. RGB value is (203,217,214). Sum of RGB (Red+Green+Blue) = 203+217+214=634 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.02% from 634); Green value is 217 (85.16% from 255 or 34.23% from 634); Blue value is 214 (83.98% from 255 or 33.75% from 634); Max value from RGB is 217 - color contains mainly: green. Hex color #CBD9D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD9D6 is #342629. Grayscale: #D4D4D4. Windows color (decimal): -3417642 or 14080459. OLE color: 14080459.

HSL color Cylindrical-coordinate representation of color #CBD9D6: hue angle of 167.14º 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 #CBD9D6 is Cyan = 0.06, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB203217214-
CMYK0.0600.010.15
HSL167.14º15.56%82.35%-
HSV(B)167.14º6.45%85.1%-
XYZ61.5867.1873.34-
YUV212.47128.86121.24-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.02%
GREEN value IS 217 (85.16% from 255) = 34.23%
BLUE value IS 214 (83.98% from 255) = 33.75%
R=32.02%
G=34.23%
B=33.75%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2032172140.0600.010.15167.1415.5682.35
HexCBD9D6601Fa71052
Octal3133313266011724720122
Binary11001011110110011101011011001111110100111100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD9D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD9D6; }

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

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

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

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

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

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

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

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