#C5D4BA

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

Shades of Surf Crest #C5D4BA

Tints of Surf Crest #C5D4BA

Color information

#C5D4BA (or 0xC5D4BA) is unknown color: approx Surf Crest. HEX triplet: C5, D4 and BA. RGB value is (197,212,186). Sum of RGB (Red+Green+Blue) = 197+212+186=595 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.11% from 595); Green value is 212 (83.20% from 255 or 35.63% from 595); Blue value is 186 (73.05% from 255 or 31.26% from 595); Max value from RGB is 212 - color contains mainly: green. Hex color #C5D4BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5D4BA is #3A2B45. Grayscale: #CCCCCC. Windows color (decimal): -3812166 or 12244165. OLE color: 12244165.

HSL color Cylindrical-coordinate representation of color #C5D4BA: hue angle of 94.62º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C5D4BA is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB197212186-
CMYK0.0700.120.17
HSL94.62º23.21%78.04%-
HSV(B)94.62º12.26%83.14%-
XYZ55.4362.555.6-
YUV204.55117.53122.61-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.11%
GREEN value IS 212 (83.20% from 255) = 35.63%
BLUE value IS 186 (73.05% from 255) = 31.26%
R=33.11%
G=35.63%
B=31.26%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1972121860.0700.120.1794.6223.2178.04
HexC5D4BA70C115f174e
Octal30532427270142113727116
Binary11000101110101001011101011101100100011011111101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5D4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5D4BA; }

 p { color: rgb(197,212,186); }

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

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

 a { background-color: rgb(197,212,186); }

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

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

 span { border-color: rgb(197,212,186); }

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