#C2DBB0

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

Shades of Surf Crest #C2DBB0

Tints of Surf Crest #C2DBB0

Color information

#C2DBB0 (or 0xC2DBB0) is unknown color: approx Surf Crest. HEX triplet: C2, DB and B0. RGB value is (194,219,176). Sum of RGB (Red+Green+Blue) = 194+219+176=589 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.94% from 589); Green value is 219 (85.94% from 255 or 37.18% from 589); Blue value is 176 (69.14% from 255 or 29.88% from 589); Max value from RGB is 219 - color contains mainly: green. Hex color #C2DBB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2DBB0 is #3D244F. Grayscale: #CECECE. Windows color (decimal): -4006992 or 11590594. OLE color: 11590594.

HSL color Cylindrical-coordinate representation of color #C2DBB0: hue angle of 94.88º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C2DBB0 is Cyan = 0.11, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB194219176-
CMYK0.1100.200.14
HSL94.88º37.39%77.45%-
HSV(B)94.88º19.63%85.88%-
XYZ55.4265.2750.75-
YUV206.62110.72119-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.94%
GREEN value IS 219 (85.94% from 255) = 37.18%
BLUE value IS 176 (69.14% from 255) = 29.88%
R=32.94%
G=37.18%
B=29.88%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1942191760.1100.200.1494.8837.3977.45
HexC2DBB0B014E5f254d
Octal302333260130241613745115
Binary1100001011011011101100001011010100111010111111001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2DBB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2DBB0; }

 p { color: rgb(194,219,176); }

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

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

 a { background-color: rgb(194,219,176); }

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

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

 span { border-color: rgb(194,219,176); }

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