#C2DDB6

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

Shades of Surf Crest #C2DDB6

Tints of Surf Crest #C2DDB6

Color information

#C2DDB6 (or 0xC2DDB6) is unknown color: approx Surf Crest. HEX triplet: C2, DD and B6. RGB value is (194,221,182). Sum of RGB (Red+Green+Blue) = 194+221+182=597 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.50% from 597); Green value is 221 (86.72% from 255 or 37.02% from 597); Blue value is 182 (71.48% from 255 or 30.49% from 597); Max value from RGB is 221 - color contains mainly: green. Hex color #C2DDB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DDB6 is #3D2249. Grayscale: #D0D0D0. Windows color (decimal): -4006474 or 11984322. OLE color: 11984322.

HSL color Cylindrical-coordinate representation of color #C2DDB6: hue angle of 101.54º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C2DDB6 is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB194221182-
CMYK0.1200.180.13
HSL101.54º36.45%79.02%-
HSV(B)101.54º17.65%86.67%-
XYZ56.5566.5654.12-
YUV208.48113.05117.67-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.50%
GREEN value IS 221 (86.72% from 255) = 37.02%
BLUE value IS 182 (71.48% from 255) = 30.49%
R=32.50%
G=37.02%
B=30.49%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1942211820.1200.180.13101.5436.4579.02
HexC2DDB6C012D66244f
Octal302335266140221514644117
Binary1100001011011101101101101100010010110111001101001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2DDB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2DDB6; }

 p { color: rgb(194,221,182); }

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

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

 a { background-color: rgb(194,221,182); }

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

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

 span { border-color: rgb(194,221,182); }

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