#C5DABD

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

Shades of Surf Crest #C5DABD

Tints of Surf Crest #C5DABD

Color information

#C5DABD (or 0xC5DABD) is unknown color: approx Surf Crest. HEX triplet: C5, DA and BD. RGB value is (197,218,189). Sum of RGB (Red+Green+Blue) = 197+218+189=604 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.62% from 604); Green value is 218 (85.55% from 255 or 36.09% from 604); Blue value is 189 (74.22% from 255 or 31.29% from 604); Max value from RGB is 218 - color contains mainly: green. Hex color #C5DABD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DABD is #3A2542. Grayscale: #D0D0D0. Windows color (decimal): -3810627 or 12442309. OLE color: 12442309.

HSL color Cylindrical-coordinate representation of color #C5DABD: hue angle of 103.45º degrees, saturation: 0.28, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C5DABD is Cyan = 0.10, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB197218189-
CMYK0.1000.130.15
HSL103.45º28.16%79.8%-
HSV(B)103.45º13.3%85.49%-
XYZ57.2865.6957.8-
YUV208.42117.04119.86-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 32.62%
GREEN value IS 218 (85.55% from 255) = 36.09%
BLUE value IS 189 (74.22% from 255) = 31.29%
R=32.62%
G=36.09%
B=31.29%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1972181890.1000.130.15103.4528.1679.8
HexC5DABDA0DF671c50
Octal305332275120151714734120
Binary11000101110110101011110110100110111111100111111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5DABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5DABD; }

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

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

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

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

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

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

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

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