#C5D0BD

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

Shades of Surf Crest #C5D0BD

Tints of Surf Crest #C5D0BD

Color information

#C5D0BD (or 0xC5D0BD) is unknown color: approx Surf Crest. HEX triplet: C5, D0 and BD. RGB value is (197,208,189). Sum of RGB (Red+Green+Blue) = 197+208+189=594 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.16% from 594); Green value is 208 (81.64% from 255 or 35.02% from 594); Blue value is 189 (74.22% from 255 or 31.82% from 594); Max value from RGB is 208 - color contains mainly: green. Hex color #C5D0BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5D0BD is #3A2F42. Grayscale: #CACACA. Windows color (decimal): -3813187 or 12439749. OLE color: 12439749.

HSL color Cylindrical-coordinate representation of color #C5D0BD: hue angle of 94.74º degrees, saturation: 0.17, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C5D0BD is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB197208189-
CMYK0.0500.090.18
HSL94.74º16.81%77.84%-
HSV(B)94.74º9.13%81.57%-
XYZ54.7760.6656.97-
YUV202.54120.36124.04-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.16%
GREEN value IS 208 (81.64% from 255) = 35.02%
BLUE value IS 189 (74.22% from 255) = 31.82%
R=33.16%
G=35.02%
B=31.82%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1972081890.0500.090.1894.7416.8177.84
HexC5D0BD509125f114e
Octal30532027550112213721116
Binary11000101110100001011110110101001100101011111100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5D0BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5D0BD; }

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

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

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

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

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

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

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

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