#C5DABF

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

Shades of Surf Crest #C5DABF

Tints of Surf Crest #C5DABF

Color information

#C5DABF (or 0xC5DABF) is unknown color: approx Surf Crest. HEX triplet: C5, DA and BF. RGB value is (197,218,191). Sum of RGB (Red+Green+Blue) = 197+218+191=606 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.51% from 606); Green value is 218 (85.55% from 255 or 35.97% from 606); Blue value is 191 (75% from 255 or 31.52% from 606); Max value from RGB is 218 - color contains mainly: green. Hex color #C5DABF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DABF is #3A2540. Grayscale: #D0D0D0. Windows color (decimal): -3810625 or 12573381. OLE color: 12573381.

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

Color convert

RGB197218191-
CMYK0.1000.120.15
HSL106.67º26.73%80.2%-
HSV(B)106.67º12.39%85.49%-
XYZ57.565.7758.96-
YUV208.64118.04119.7-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 32.51%
GREEN value IS 218 (85.55% from 255) = 35.97%
BLUE value IS 191 (75% from 255) = 31.52%
R=32.51%
G=35.97%
B=31.52%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1972181910.1000.120.15106.6726.7380.2
HexC5DABFA0CF6b1b50
Octal305332277120141715333120
Binary11000101110110101011111110100110011111101011110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5DABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5DABF; }

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

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

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

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

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

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

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

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