Html Css Color HEX #C2D9BE Surf Crest

📋 copy color: '#C2D9BE'

red 194 ◦ green 217 ◦ blue 190

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

Shades of Surf Crest #C2D9BE

Tints of Surf Crest #C2D9BE

RGB

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

 GREEN value IS 217 (85.16% from 255) = 36.11%

 BLUE value IS 190 (74.61% from 255) = 31.61%

R = 32.28%
G = 36.11%
B = 31.61%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#C2D9BE (or 0xC2D9BE) is known color: Surf Crest. HEX triplet: C2, D9 and BE. RGB value is (194,217,190). Sum of RGB (Red+Green+Blue) = 194+217+190=601 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.28% from 601); Green value is 217 (85.16% from 255 or 36.11% from 601); Blue value is 190 (74.61% from 255 or 31.61% from 601); Max value from RGB is 217 - color contains mainly: green. Hex color #C2D9BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2D9BE is #3D2641. Grayscale: #CFCFCF. Windows color (decimal): -4007490 or 12507586. OLE color: 12507586.

HSL color Cylindrical-coordinate representation of color #C2D9BE: hue angle of 111.11º degrees, saturation: 0.26, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C2D9BE is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB 194 217 190 -
CMYK 0.11 0 0.12 0.15
HSL 111.11º 0.26% 0.8% -
HSV(B) 111.11º 0.12% 0.85% -
XYZ 56.36 64.81 58.26 -
YUV 207.05 118.38 118.7 -
System Red Green Blue C M Y K H S L
Decimal 194 217 190 0.11 0 0.12 0.15 111.11 0.26 0.8
Hex C2 D9 BE B 0 C F 6F 1A 50
Octal 302 331 276 13 0 14 17 157 32 120
Binary 11000010 11011001 10111110 1011 0 1100 1111 1101111 11010 1010000

Color Harmonies of #C2D9BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D9BE

Black with #C2D9BE

Text Example


Text Example

White with #C2D9BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D9BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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