Html Css Color HEX #C2DEBC Surf Crest

📋 copy color: '#C2DEBC'

red 194 ◦ green 222 ◦ blue 188

#C2DEBC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Surf Crest #C2DEBC

Tints of Surf Crest #C2DEBC

RGB

 RED value IS 194 (76.17% from 255) = 32.12%

 GREEN value IS 222 (87.11% from 255) = 36.75%

 BLUE value IS 188 (73.83% from 255) = 31.13%

R = 32.12%
G = 36.75%
B = 31.13%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#C2DEBC (or 0xC2DEBC) is known color: Surf Crest. HEX triplet: C2, DE and BC. RGB value is (194,222,188). Sum of RGB (Red+Green+Blue) = 194+222+188=604 (80% of max value = 765). Red value is 194 (76.17% from 255 or 32.12% from 604); Green value is 222 (87.11% from 255 or 36.75% from 604); Blue value is 188 (73.83% from 255 or 31.13% from 604); Max value from RGB is 222 - color contains mainly: green. Hex color #C2DEBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DEBC is #3D2143. Grayscale: #D1D1D1. Windows color (decimal): -4006212 or 12377794. OLE color: 12377794.

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

Color convert

RGB 194 222 188 -
CMYK 0.13 0 0.15 0.13
HSL 109.41º 0.34% 0.8% -
HSV(B) 109.41º 0.15% 0.87% -
XYZ 57.45 67.34 57.55 -
YUV 209.75 115.72 116.76 -
System Red Green Blue C M Y K H S L
Decimal 194 222 188 0.13 0 0.15 0.13 109.41 0.34 0.8
Hex C2 DE BC D 0 F D 6D 22 50
Octal 302 336 274 15 0 17 15 155 42 120
Binary 11000010 11011110 10111100 1101 0 1111 1101 1101101 100010 1010000

Color Harmonies of #C2DEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DEBC

Black with #C2DEBC

Text Example


Text Example

White with #C2DEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DEBC; }

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

 H1.HeaderClassName
 {
   color: #C2DEBC;
 }
 .AnyTagClassName
 {
   color: #C2DEBC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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