#C5DCB4

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

Shades of Surf Crest #C5DCB4

Tints of Surf Crest #C5DCB4

Color information

#C5DCB4 (or 0xC5DCB4) is unknown color: approx Surf Crest. HEX triplet: C5, DC and B4. RGB value is (197,220,180). Sum of RGB (Red+Green+Blue) = 197+220+180=597 (79% of max value = 765). Red value is 197 (77.34% from 255 or 33.00% from 597); Green value is 220 (86.33% from 255 or 36.85% from 597); Blue value is 180 (70.70% from 255 or 30.15% from 597); Max value from RGB is 220 - color contains mainly: green. Hex color #C5DCB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DCB4 is #3A234B. Grayscale: #D0D0D0. Windows color (decimal): -3810124 or 11852997. OLE color: 11852997.

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

Color convert

RGB197220180-
CMYK0.1000.180.14
HSL94.5º36.36%78.43%-
HSV(B)94.5º18.18%86.27%-
XYZ56.8666.3552.99-
YUV208.56111.88119.75-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.00%
GREEN value IS 220 (86.33% from 255) = 36.85%
BLUE value IS 180 (70.70% from 255) = 30.15%
R=33.00%
G=36.85%
B=30.15%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1972201800.1000.180.1494.536.3678.43
HexC5DCB4A012E5e244e
Octal305334264120221613644116
Binary1100010111011100101101001010010010111010111101001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5DCB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5DCB4; }

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

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

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

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

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

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

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

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