#C2DEBF

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

Shades of Surf Crest #C2DEBF

Tints of Surf Crest #C2DEBF

Color information

#C2DEBF (or 0xC2DEBF) is unknown color: approx Surf Crest. HEX triplet: C2, DE and BF. RGB value is (194,222,191). Sum of RGB (Red+Green+Blue) = 194+222+191=607 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.96% from 607); Green value is 222 (87.11% from 255 or 36.57% from 607); Blue value is 191 (75% from 255 or 31.47% from 607); Max value from RGB is 222 - color contains mainly: green. Hex color #C2DEBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DEBF is #3D2140. Grayscale: #D2D2D2. Windows color (decimal): -4006209 or 12574402. OLE color: 12574402.

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

Color convert

RGB194222191-
CMYK0.1300.140.13
HSL114.19º31.96%80.98%-
HSV(B)114.19º13.96%87.06%-
XYZ57.7767.4759.27-
YUV210.09117.22116.52-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.96%
GREEN value IS 222 (87.11% from 255) = 36.57%
BLUE value IS 191 (75% from 255) = 31.47%
R=31.96%
G=36.57%
B=31.47%

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
Decimal1942221910.1300.140.13114.1931.9680.98
HexC2DEBFD0ED722051
Octal302336277150161516240121
Binary110000101101111010111111110101110110111100101000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2DEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2DEBF; }

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

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

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

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

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

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

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

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