#C6DABD

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

Shades of Surf Crest #C6DABD

Tints of Surf Crest #C6DABD

Color information

#C6DABD (or 0xC6DABD) is unknown color: approx Surf Crest. HEX triplet: C6, DA and BD. RGB value is (198,218,189). Sum of RGB (Red+Green+Blue) = 198+218+189=605 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.73% from 605); Green value is 218 (85.55% from 255 or 36.03% from 605); Blue value is 189 (74.22% from 255 or 31.24% from 605); Max value from RGB is 218 - color contains mainly: green. Hex color #C6DABD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6DABD is #392542. Grayscale: #D0D0D0. Windows color (decimal): -3745091 or 12442310. OLE color: 12442310.

HSL color Cylindrical-coordinate representation of color #C6DABD: hue angle of 101.38º 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 #C6DABD is Cyan = 0.09, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB198218189-
CMYK0.0900.130.15
HSL101.38º28.16%79.8%-
HSV(B)101.38º13.3%85.49%-
XYZ57.5565.8257.82-
YUV208.71116.87120.36-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 32.73%
GREEN value IS 218 (85.55% from 255) = 36.03%
BLUE value IS 189 (74.22% from 255) = 31.24%
R=32.73%
G=36.03%
B=31.24%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1982181890.0900.130.15101.3828.1679.8
HexC6DABD90DF651c50
Octal306332275110151714534120
Binary11000110110110101011110110010110111111100101111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6DABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6DABD; }

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

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

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

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

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

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

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

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