#C2DBBD

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

Shades of Surf Crest #C2DBBD

Tints of Surf Crest #C2DBBD

Color information

#C2DBBD (or 0xC2DBBD) is unknown color: approx Surf Crest. HEX triplet: C2, DB and BD. RGB value is (194,219,189). Sum of RGB (Red+Green+Blue) = 194+219+189=602 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.23% from 602); Green value is 219 (85.94% from 255 or 36.38% from 602); Blue value is 189 (74.22% from 255 or 31.40% from 602); Max value from RGB is 219 - color contains mainly: green. Hex color #C2DBBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DBBD is #3D2442. Grayscale: #D0D0D0. Windows color (decimal): -4006979 or 12442562. OLE color: 12442562.

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

Color convert

RGB194219189-
CMYK0.1100.140.14
HSL110º29.41%80%-
HSV(B)110º13.7%85.88%-
XYZ56.7665.8157.85-
YUV208.1117.22117.94-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.23%
GREEN value IS 219 (85.94% from 255) = 36.38%
BLUE value IS 189 (74.22% from 255) = 31.40%
R=32.23%
G=36.38%
B=31.40%

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
Decimal1942191890.1100.140.1411029.4180
HexC2DBBDB0EE6e1d50
Octal302333275130161615635120
Binary11000010110110111011110110110111011101101110111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2DBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2DBBD; }

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

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

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

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

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

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

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

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