Html Css Color HEX #C8D9BA Surf Crest

📋 copy color: '#C8D9BA'

red 200 ◦ green 217 ◦ blue 186

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

Shades of Surf Crest #C8D9BA

Tints of Surf Crest #C8D9BA

RGB

 RED value IS 200 (78.52% from 255) = 33.17%

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

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

R = 33.17%
G = 35.99%
B = 30.85%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#C8D9BA (or 0xC8D9BA) is known color: Surf Crest. HEX triplet: C8, D9 and BA. RGB value is (200,217,186). Sum of RGB (Red+Green+Blue) = 200+217+186=603 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.17% from 603); Green value is 217 (85.16% from 255 or 35.99% from 603); Blue value is 186 (73.05% from 255 or 30.85% from 603); Max value from RGB is 217 - color contains mainly: green. Hex color #C8D9BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D9BA is #372645. Grayscale: #D0D0D0. Windows color (decimal): -3614278 or 12245448. OLE color: 12245448.

HSL color Cylindrical-coordinate representation of color #C8D9BA: hue angle of 92.9º degrees, saturation: 0.29, 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 #C8D9BA is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB 200 217 186 -
CMYK 0.08 0 0.14 0.15
HSL 92.9º 0.29% 0.79% -
HSV(B) 92.9º 0.14% 0.85% -
XYZ 57.5 65.45 56.06 -
YUV 208.38 115.37 122.02 -
System Red Green Blue C M Y K H S L
Decimal 200 217 186 0.08 0 0.14 0.15 92.9 0.29 0.79
Hex C8 D9 BA 8 0 E F 5D 1D 4F
Octal 310 331 272 10 0 16 17 135 35 117
Binary 11001000 11011001 10111010 1000 0 1110 1111 1011101 11101 1001111

Color Harmonies of #C8D9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8D9BA

Black with #C8D9BA

Text Example


Text Example

White with #C8D9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8D9BA; }

 p { color: rgb(200,217,186); }

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

background-color css

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

 a { background-color: rgb(200,217,186); }

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

border-color css

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

 span { border-color: rgb(200,217,186); }

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