#C2DCBA

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

Shades of Surf Crest #C2DCBA

Tints of Surf Crest #C2DCBA

Color information

#C2DCBA (or 0xC2DCBA) is unknown color: approx Surf Crest. HEX triplet: C2, DC and BA. RGB value is (194,220,186). Sum of RGB (Red+Green+Blue) = 194+220+186=600 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.33% from 600); Green value is 220 (86.33% from 255 or 36.67% from 600); Blue value is 186 (73.05% from 255 or 31% from 600); Max value from RGB is 220 - color contains mainly: green. Hex color #C2DCBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DCBA is #3D2345. Grayscale: #D0D0D0. Windows color (decimal): -4006726 or 12246210. OLE color: 12246210.

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

Color convert

RGB194220186-
CMYK0.1200.150.14
HSL105.88º32.69%79.61%-
HSV(B)105.88º15.45%86.27%-
XYZ56.766.256.24-
YUV208.35115.39117.76-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.33%
GREEN value IS 220 (86.33% from 255) = 36.67%
BLUE value IS 186 (73.05% from 255) = 31%
R=32.33%
G=36.67%
B=31%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1942201860.1200.150.14105.8832.6979.61
HexC2DCBAC0FE6a2150
Octal302334272140171615241120
Binary110000101101110010111010110001111111011010101000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2DCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2DCBA; }

 p { color: rgb(194,220,186); }

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

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

 a { background-color: rgb(194,220,186); }

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

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

 span { border-color: rgb(194,220,186); }

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