#C5D2D0

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

Shades of Geyser #C5D2D0

Tints of Geyser #C5D2D0

Color information

#C5D2D0 (or 0xC5D2D0) is unknown color: approx Geyser. HEX triplet: C5, D2 and D0. RGB value is (197,210,208). Sum of RGB (Red+Green+Blue) = 197+210+208=615 (81% of max value = 765). Red value is 197 (77.34% from 255 or 32.03% from 615); Green value is 210 (82.42% from 255 or 34.15% from 615); Blue value is 208 (81.64% from 255 or 33.82% from 615); Max value from RGB is 210 - color contains mainly: green. Hex color #C5D2D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5D2D0 is #3A2D2F. Grayscale: #CDCDCD. Windows color (decimal): -3812656 or 13685445. OLE color: 13685445.

HSL color Cylindrical-coordinate representation of color #C5D2D0: hue angle of 170.77º degrees, saturation: 0.13, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C5D2D0 is Cyan = 0.06, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB197210208-
CMYK0.0600.010.18
HSL170.77º12.62%79.8%-
HSV(B)170.77º6.19%82.35%-
XYZ57.4662.5268.71-
YUV205.88129.19121.66-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 32.03%
GREEN value IS 210 (82.42% from 255) = 34.15%
BLUE value IS 208 (81.64% from 255) = 33.82%
R=32.03%
G=34.15%
B=33.82%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1972102080.0600.010.18170.7712.6279.8
HexC5D2D060112abd50
Octal3053223206012225315120
Binary11000101110100101101000011001100101010101111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5D2D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5D2D0; }

 p { color: rgb(197,210,208); }

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

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

 a { background-color: rgb(197,210,208); }

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

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

 span { border-color: rgb(197,210,208); }

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