#C5D5B6

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

Shades of Surf Crest #C5D5B6

Tints of Surf Crest #C5D5B6

Color information

#C5D5B6 (or 0xC5D5B6) is unknown color: approx Surf Crest. HEX triplet: C5, D5 and B6. RGB value is (197,213,182). Sum of RGB (Red+Green+Blue) = 197+213+182=592 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.28% from 592); Green value is 213 (83.59% from 255 or 35.98% from 592); Blue value is 182 (71.48% from 255 or 30.74% from 592); Max value from RGB is 213 - color contains mainly: green. Hex color #C5D5B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5D5B6 is #3A2A49. Grayscale: #CCCCCC. Windows color (decimal): -3811914 or 11982277. OLE color: 11982277.

HSL color Cylindrical-coordinate representation of color #C5D5B6: hue angle of 90.97º degrees, saturation: 0.27, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C5D5B6 is Cyan = 0.08, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.16.

Color convert

RGB197213182-
CMYK0.0800.150.16
HSL90.97º26.96%77.45%-
HSV(B)90.97º14.55%83.53%-
XYZ55.2662.8453.47-
YUV204.68115.2122.52-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.28%
GREEN value IS 213 (83.59% from 255) = 35.98%
BLUE value IS 182 (71.48% from 255) = 30.74%
R=33.28%
G=35.98%
B=30.74%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1972131820.0800.150.1690.9726.9677.45
HexC5D5B680F105b1b4d
Octal305325266100172013333115
Binary110001011101010110110110100001111100001011011110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5D5B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5D5B6; }

 p { color: rgb(197,213,182); }

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

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

 a { background-color: rgb(197,213,182); }

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

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

 span { border-color: rgb(197,213,182); }

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