Html Css Color HEX #C8DABA Surf Crest

📋 copy color: '#C8DABA'

red 200 ◦ green 218 ◦ blue 186

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

Shades of Surf Crest #C8DABA

Tints of Surf Crest #C8DABA

RGB

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

 GREEN value IS 218 (85.55% from 255) = 36.09%

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

R = 33.11%
G = 36.09%
B = 30.79%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#C8DABA (or 0xC8DABA) is known color: Surf Crest. HEX triplet: C8, DA and BA. RGB value is (200,218,186). Sum of RGB (Red+Green+Blue) = 200+218+186=604 (80% of max value = 765). Red value is 200 (78.52% from 255 or 33.11% from 604); Green value is 218 (85.55% from 255 or 36.09% from 604); Blue value is 186 (73.05% from 255 or 30.79% from 604); Max value from RGB is 218 - color contains mainly: green. Hex color #C8DABA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DABA is #372545. Grayscale: #D1D1D1. Windows color (decimal): -3614022 or 12245704. OLE color: 12245704.

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

Color convert

RGB 200 218 186 -
CMYK 0.08 0 0.15 0.15
HSL 93.75º 0.3% 0.79% -
HSV(B) 93.75º 0.15% 0.85% -
XYZ 57.75 65.97 56.14 -
YUV 208.97 115.04 121.6 -
System Red Green Blue C M Y K H S L
Decimal 200 218 186 0.08 0 0.15 0.15 93.75 0.3 0.79
Hex C8 DA BA 8 0 F F 5E 1E 4F
Octal 310 332 272 10 0 17 17 136 36 117
Binary 11001000 11011010 10111010 1000 0 1111 1111 1011110 11110 1001111

Color Harmonies of #C8DABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8DABA

Black with #C8DABA

Text Example


Text Example

White with #C8DABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8DABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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