#C5DABC

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

Shades of Surf Crest #C5DABC

Tints of Surf Crest #C5DABC

Color information

#C5DABC (or 0xC5DABC) is unknown color: approx Surf Crest. HEX triplet: C5, DA and BC. RGB value is (197,218,188). Sum of RGB (Red+Green+Blue) = 197+218+188=603 (79% of max value = 765). Red value is 197 (77.34% from 255 or 32.67% from 603); Green value is 218 (85.55% from 255 or 36.15% from 603); Blue value is 188 (73.83% from 255 or 31.18% from 603); Max value from RGB is 218 - color contains mainly: green. Hex color #C5DABC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DABC is #3A2543. Grayscale: #D0D0D0. Windows color (decimal): -3810628 or 12376773. OLE color: 12376773.

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

Color convert

RGB197218188-
CMYK0.1000.140.15
HSL102º28.85%79.61%-
HSV(B)102º13.76%85.49%-
XYZ57.1765.6457.23-
YUV208.3116.54119.94-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 32.67%
GREEN value IS 218 (85.55% from 255) = 36.15%
BLUE value IS 188 (73.83% from 255) = 31.18%
R=32.67%
G=36.15%
B=31.18%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1972181880.1000.140.1510228.8579.61
HexC5DABCA0EF661d50
Octal305332274120161714635120
Binary11000101110110101011110010100111011111100110111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5DABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5DABC; }

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

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

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

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

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

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

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

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