#C5DCBD

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

Shades of Surf Crest #C5DCBD

Tints of Surf Crest #C5DCBD

Color information

#C5DCBD (or 0xC5DCBD) is unknown color: approx Surf Crest. HEX triplet: C5, DC and BD. RGB value is (197,220,189). Sum of RGB (Red+Green+Blue) = 197+220+189=606 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.51% from 606); Green value is 220 (86.33% from 255 or 36.30% from 606); Blue value is 189 (74.22% from 255 or 31.19% from 606); Max value from RGB is 220 - color contains mainly: green. Hex color #C5DCBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DCBD is #3A2342. Grayscale: #D1D1D1. Windows color (decimal): -3810115 or 12442821. OLE color: 12442821.

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

Color convert

RGB197220189-
CMYK0.1000.140.14
HSL104.52º30.69%80.2%-
HSV(B)104.52º14.09%86.27%-
XYZ57.866.7357.98-
YUV209.59116.38119.02-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 32.51%
GREEN value IS 220 (86.33% from 255) = 36.30%
BLUE value IS 189 (74.22% from 255) = 31.19%
R=32.51%
G=36.30%
B=31.19%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1972201890.1000.140.14104.5230.6980.2
HexC5DCBDA0EE691f50
Octal305334275120161615137120
Binary11000101110111001011110110100111011101101001111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5DCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5DCBD; }

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

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

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

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

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

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

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

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