#C5D4BD

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

Shades of Surf Crest #C5D4BD

Tints of Surf Crest #C5D4BD

Color information

#C5D4BD (or 0xC5D4BD) is unknown color: approx Surf Crest. HEX triplet: C5, D4 and BD. RGB value is (197,212,189). Sum of RGB (Red+Green+Blue) = 197+212+189=598 (79% of max value = 765). Red value is 197 (77.34% from 255 or 32.94% from 598); Green value is 212 (83.20% from 255 or 35.45% from 598); Blue value is 189 (74.22% from 255 or 31.61% from 598); Max value from RGB is 212 - color contains mainly: green. Hex color #C5D4BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5D4BD is #3A2B42. Grayscale: #CCCCCC. Windows color (decimal): -3812163 or 12440773. OLE color: 12440773.

HSL color Cylindrical-coordinate representation of color #C5D4BD: hue angle of 99.13º degrees, saturation: 0.21, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C5D4BD is Cyan = 0.07, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.17.

Color convert

RGB197212189-
CMYK0.0700.110.17
HSL99.13º21.1%78.63%-
HSV(B)99.13º10.85%83.14%-
XYZ55.7562.6357.29-
YUV204.89119.03122.37-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 32.94%
GREEN value IS 212 (83.20% from 255) = 35.45%
BLUE value IS 189 (74.22% from 255) = 31.61%
R=32.94%
G=35.45%
B=31.61%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1972121890.0700.110.1799.1321.178.63
HexC5D4BD70B1163154f
Octal30532427570132114325117
Binary11000101110101001011110111101011100011100011101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5D4BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5D4BD; }

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

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

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

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

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

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

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

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