#C2DEBE

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

Shades of Surf Crest #C2DEBE

Tints of Surf Crest #C2DEBE

Color information

#C2DEBE (or 0xC2DEBE) is unknown color: approx Surf Crest. HEX triplet: C2, DE and BE. RGB value is (194,222,190). Sum of RGB (Red+Green+Blue) = 194+222+190=606 (80% of max value = 765). Red value is 194 (76.17% from 255 or 32.01% from 606); Green value is 222 (87.11% from 255 or 36.63% from 606); Blue value is 190 (74.61% from 255 or 31.35% from 606); Max value from RGB is 222 - color contains mainly: green. Hex color #C2DEBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DEBE is #3D2141. Grayscale: #D2D2D2. Windows color (decimal): -4006210 or 12508866. OLE color: 12508866.

HSL color Cylindrical-coordinate representation of color #C2DEBE: hue angle of 112.5º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C2DEBE is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB194222190-
CMYK0.1300.140.13
HSL112.5º32.65%80.78%-
HSV(B)112.5º14.41%87.06%-
XYZ57.6667.4358.69-
YUV209.98116.72116.6-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.01%
GREEN value IS 222 (87.11% from 255) = 36.63%
BLUE value IS 190 (74.61% from 255) = 31.35%
R=32.01%
G=36.63%
B=31.35%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1942221900.1300.140.13112.532.6580.78
HexC2DEBED0ED702151
Octal302336276150161516041121
Binary110000101101111010111110110101110110111100001000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2DEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2DEBE; }

 p { color: rgb(194,222,190); }

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

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

 a { background-color: rgb(194,222,190); }

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

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

 span { border-color: rgb(194,222,190); }

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