#C4DCBD

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

Shades of Surf Crest #C4DCBD

Tints of Surf Crest #C4DCBD

Color information

#C4DCBD (or 0xC4DCBD) is unknown color: approx Surf Crest. HEX triplet: C4, DC and BD. RGB value is (196,220,189). Sum of RGB (Red+Green+Blue) = 196+220+189=605 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.40% from 605); Green value is 220 (86.33% from 255 or 36.36% from 605); Blue value is 189 (74.22% from 255 or 31.24% from 605); Max value from RGB is 220 - color contains mainly: green. Hex color #C4DCBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4DCBD is #3B2342. Grayscale: #D1D1D1. Windows color (decimal): -3875651 or 12442820. OLE color: 12442820.

HSL color Cylindrical-coordinate representation of color #C4DCBD: hue angle of 106.45º 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 #C4DCBD is Cyan = 0.11, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB196220189-
CMYK0.1100.140.14
HSL106.45º30.69%80.2%-
HSV(B)106.45º14.09%86.27%-
XYZ57.5466.657.97-
YUV209.29116.55118.52-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 32.40%
GREEN value IS 220 (86.33% from 255) = 36.36%
BLUE value IS 189 (74.22% from 255) = 31.24%
R=32.40%
G=36.36%
B=31.24%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1962201890.1100.140.14106.4530.6980.2
HexC4DCBDB0EE6a1f50
Octal304334275130161615237120
Binary11000100110111001011110110110111011101101010111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4DCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4DCBD; }

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

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

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

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

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

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

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

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