Html Css Color HEX #C2D8BD Surf Crest

📋 copy color: '#C2D8BD'

red 194 ◦ green 216 ◦ blue 189

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

Shades of Surf Crest #C2D8BD

Tints of Surf Crest #C2D8BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 31.55%

R = 32.39%
G = 36.06%
B = 31.55%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#C2D8BD (or 0xC2D8BD) is known color: Surf Crest. HEX triplet: C2, D8 and BD. RGB value is (194,216,189). Sum of RGB (Red+Green+Blue) = 194+216+189=599 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.39% from 599); Green value is 216 (84.77% from 255 or 36.06% from 599); Blue value is 189 (74.22% from 255 or 31.55% from 599); Max value from RGB is 216 - color contains mainly: green. Hex color #C2D8BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2D8BD is #3D2742. Grayscale: #CECECE. Windows color (decimal): -4007747 or 12441794. OLE color: 12441794.

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

Color convert

RGB 194 216 189 -
CMYK 0.10 0 0.12 0.15
HSL 108.89º 0.26% 0.79% -
HSV(B) 108.89º 0.13% 0.85% -
XYZ 55.99 64.26 57.6 -
YUV 206.34 118.21 119.2 -
System Red Green Blue C M Y K H S L
Decimal 194 216 189 0.10 0 0.12 0.15 108.89 0.26 0.79
Hex C2 D8 BD A 0 C F 6D 1A 4F
Octal 302 330 275 12 0 14 17 155 32 117
Binary 11000010 11011000 10111101 1010 0 1100 1111 1101101 11010 1001111

Color Harmonies of #C2D8BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D8BD

Black with #C2D8BD

Text Example


Text Example

White with #C2D8BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D8BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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