Html Css Color HEX #C2D9BF Surf Crest

📋 copy color: '#C2D9BF'

red 194 ◦ green 217 ◦ blue 191

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

Shades of Surf Crest #C2D9BF

Tints of Surf Crest #C2D9BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 31.73%

R = 32.23%
G = 36.05%
B = 31.73%

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

#C2D9BF (or 0xC2D9BF) is known color: Surf Crest. HEX triplet: C2, D9 and BF. RGB value is (194,217,191). Sum of RGB (Red+Green+Blue) = 194+217+191=602 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.23% from 602); Green value is 217 (85.16% from 255 or 36.05% from 602); Blue value is 191 (75% from 255 or 31.73% from 602); Max value from RGB is 217 - color contains mainly: green. Hex color #C2D9BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2D9BF is #3D2640. Grayscale: #CFCFCF. Windows color (decimal): -4007489 or 12573122. OLE color: 12573122.

HSL color Cylindrical-coordinate representation of color #C2D9BF: hue angle of 113.08º degrees, saturation: 0.25, 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 #C2D9BF is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB 194 217 191 -
CMYK 0.11 0 0.12 0.15
HSL 113.08º 0.25% 0.8% -
HSV(B) 113.08º 0.12% 0.85% -
XYZ 56.46 64.86 58.83 -
YUV 207.16 118.88 118.61 -
System Red Green Blue C M Y K H S L
Decimal 194 217 191 0.11 0 0.12 0.15 113.08 0.25 0.8
Hex C2 D9 BF B 0 C F 71 19 50
Octal 302 331 277 13 0 14 17 161 31 120
Binary 11000010 11011001 10111111 1011 0 1100 1111 1110001 11001 1010000

Color Harmonies of #C2D9BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D9BF

Black with #C2D9BF

Text Example


Text Example

White with #C2D9BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D9BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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