Html Css Color HEX #C2DEBE Surf Crest

📋 copy color: '#C2DEBE'

red 194 ◦ green 222 ◦ blue 190

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

Shades of Surf Crest #C2DEBE

Tints of Surf Crest #C2DEBE

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 value IS 0.13

 M value IS 0

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#C2DEBE (or 0xC2DEBE) is known color: 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

RGB 194 222 190 -
CMYK 0.13 0 0.14 0.13
HSL 112.5º 0.33% 0.81% -
HSV(B) 112.5º 0.14% 0.87% -
XYZ 57.66 67.43 58.69 -
YUV 209.98 116.72 116.6 -
System Red Green Blue C M Y K H S L
Decimal 194 222 190 0.13 0 0.14 0.13 112.5 0.33 0.81
Hex C2 DE BE D 0 E D 70 21 51
Octal 302 336 276 15 0 16 15 160 41 121
Binary 11000010 11011110 10111110 1101 0 1110 1101 1110000 100001 1010001

Color Harmonies of #C2DEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DEBE

Black with #C2DEBE

Text Example


Text Example

White with #C2DEBE

Text Example


Text Example

HTML Codes & Css Web 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>