#C2DCBC

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

Shades of Surf Crest #C2DCBC

Tints of Surf Crest #C2DCBC

Color information

#C2DCBC (or 0xC2DCBC) is unknown color: approx Surf Crest. HEX triplet: C2, DC and BC. RGB value is (194,220,188). Sum of RGB (Red+Green+Blue) = 194+220+188=602 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.23% from 602); Green value is 220 (86.33% from 255 or 36.54% from 602); Blue value is 188 (73.83% from 255 or 31.23% from 602); Max value from RGB is 220 - color contains mainly: green. Hex color #C2DCBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DCBC is #3D2343. Grayscale: #D0D0D0. Windows color (decimal): -4006724 or 12377282. OLE color: 12377282.

HSL color Cylindrical-coordinate representation of color #C2DCBC: hue angle of 108.75º degrees, saturation: 0.31, 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 #C2DCBC is Cyan = 0.12, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB194220188-
CMYK0.1200.150.14
HSL108.75º31.37%80%-
HSV(B)108.75º14.55%86.27%-
XYZ56.9266.2957.37-
YUV208.58116.39117.6-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.23%
GREEN value IS 220 (86.33% from 255) = 36.54%
BLUE value IS 188 (73.83% from 255) = 31.23%
R=32.23%
G=36.54%
B=31.23%

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
Decimal1942201880.1200.150.14108.7531.3780
HexC2DCBCC0FE6d1f50
Octal302334274140171615537120
Binary11000010110111001011110011000111111101101101111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2DCBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2DCBC; }

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

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

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

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

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

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

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

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