Html Css Color HEX #C2D2BE Surf Crest

📋 copy color: '#C2D2BE'

red 194 ◦ green 210 ◦ blue 190

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

Shades of Surf Crest #C2D2BE

Tints of Surf Crest #C2D2BE

RGB

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

 GREEN value IS 210 (82.42% from 255) = 35.35%

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

R = 32.66%
G = 35.35%
B = 31.99%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#C2D2BE (or 0xC2D2BE) is known color: Surf Crest. HEX triplet: C2, D2 and BE. RGB value is (194,210,190). Sum of RGB (Red+Green+Blue) = 194+210+190=594 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.66% from 594); Green value is 210 (82.42% from 255 or 35.35% from 594); Blue value is 190 (74.61% from 255 or 31.99% from 594); Max value from RGB is 210 - color contains mainly: green. Hex color #C2D2BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2D2BE is #3D2D41. Grayscale: #CBCBCB. Windows color (decimal): -4009282 or 12505794. OLE color: 12505794.

HSL color Cylindrical-coordinate representation of color #C2D2BE: hue angle of 108º degrees, saturation: 0.18, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C2D2BE is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB 194 210 190 -
CMYK 0.08 0 0.10 0.18
HSL 108º 0.18% 0.78% -
HSV(B) 108º 0.1% 0.82% -
XYZ 54.59 61.28 57.67 -
YUV 202.94 120.7 121.63 -
System Red Green Blue C M Y K H S L
Decimal 194 210 190 0.08 0 0.10 0.18 108 0.18 0.78
Hex C2 D2 BE 8 0 A 12 6C 12 4E
Octal 302 322 276 10 0 12 22 154 22 116
Binary 11000010 11010010 10111110 1000 0 1010 10010 1101100 10010 1001110

Color Harmonies of #C2D2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D2BE

Black with #C2D2BE

Text Example


Text Example

White with #C2D2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D2BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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