Html Css Color HEX #C2DDBA Surf Crest

📋 copy color: '#C2DDBA'

red 194 ◦ green 221 ◦ blue 186

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

Shades of Surf Crest #C2DDBA

Tints of Surf Crest #C2DDBA

RGB

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

 GREEN value IS 221 (86.72% from 255) = 36.77%

 BLUE value IS 186 (73.05% from 255) = 30.95%

R = 32.28%
G = 36.77%
B = 30.95%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#C2DDBA (or 0xC2DDBA) is known color: Surf Crest. HEX triplet: C2, DD and BA. RGB value is (194,221,186). Sum of RGB (Red+Green+Blue) = 194+221+186=601 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.28% from 601); Green value is 221 (86.72% from 255 or 36.77% from 601); Blue value is 186 (73.05% from 255 or 30.95% from 601); Max value from RGB is 221 - color contains mainly: green. Hex color #C2DDBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DDBA is #3D2245. Grayscale: #D1D1D1. Windows color (decimal): -4006470 or 12246466. OLE color: 12246466.

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

Color convert

RGB 194 221 186 -
CMYK 0.12 0 0.16 0.13
HSL 106.29º 0.34% 0.8% -
HSV(B) 106.29º 0.16% 0.87% -
XYZ 56.97 66.73 56.33 -
YUV 208.94 115.05 117.35 -
System Red Green Blue C M Y K H S L
Decimal 194 221 186 0.12 0 0.16 0.13 106.29 0.34 0.8
Hex C2 DD BA C 0 10 D 6A 22 50
Octal 302 335 272 14 0 20 15 152 42 120
Binary 11000010 11011101 10111010 1100 0 10000 1101 1101010 100010 1010000

Color Harmonies of #C2DDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DDBA

Black with #C2DDBA

Text Example


Text Example

White with #C2DDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DDBA; }

 p { color: rgb(194,221,186); }

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

background-color css

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

 a { background-color: rgb(194,221,186); }

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

border-color css

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

 span { border-color: rgb(194,221,186); }

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