Html Css Color HEX #C2D8BA Surf Crest

📋 copy color: '#C2D8BA'

red 194 ◦ green 216 ◦ blue 186

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

Shades of Surf Crest #C2D8BA

Tints of Surf Crest #C2D8BA

RGB

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

 GREEN value IS 216 (84.77% from 255) = 36.24%

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

R = 32.55%
G = 36.24%
B = 31.21%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#C2D8BA (or 0xC2D8BA) is known color: Surf Crest. HEX triplet: C2, D8 and BA. RGB value is (194,216,186). Sum of RGB (Red+Green+Blue) = 194+216+186=596 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.55% from 596); Green value is 216 (84.77% from 255 or 36.24% from 596); Blue value is 186 (73.05% from 255 or 31.21% from 596); Max value from RGB is 216 - color contains mainly: green. Hex color #C2D8BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2D8BA is #3D2745. Grayscale: #CECECE. Windows color (decimal): -4007750 or 12245186. OLE color: 12245186.

HSL color Cylindrical-coordinate representation of color #C2D8BA: hue angle of 104º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C2D8BA is Cyan = 0.10, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB 194 216 186 -
CMYK 0.10 0 0.14 0.15
HSL 104º 0.28% 0.79% -
HSV(B) 104º 0.14% 0.85% -
XYZ 55.67 64.13 55.9 -
YUV 206 116.71 119.44 -
System Red Green Blue C M Y K H S L
Decimal 194 216 186 0.10 0 0.14 0.15 104 0.28 0.79
Hex C2 D8 BA A 0 E F 68 1C 4F
Octal 302 330 272 12 0 16 17 150 34 117
Binary 11000010 11011000 10111010 1010 0 1110 1111 1101000 11100 1001111

Color Harmonies of #C2D8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D8BA

Black with #C2D8BA

Text Example


Text Example

White with #C2D8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D8BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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