Html Css Color HEX #C8DAC5 Surf Crest

📋 copy color: '#C8DAC5'

red 200 ◦ green 218 ◦ blue 197

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

Shades of Surf Crest #C8DAC5

Tints of Surf Crest #C8DAC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 32.03%

R = 32.52%
G = 35.45%
B = 32.03%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.10

 K value IS 0.15

RGB Variations

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

Color information

#C8DAC5 (or 0xC8DAC5) is known color: Surf Crest. HEX triplet: C8, DA and C5. RGB value is (200,218,197). Sum of RGB (Red+Green+Blue) = 200+218+197=615 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.52% from 615); Green value is 218 (85.55% from 255 or 35.45% from 615); Blue value is 197 (77.34% from 255 or 32.03% from 615); Max value from RGB is 218 - color contains mainly: green. Hex color #C8DAC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DAC5 is #37253A. Grayscale: #D2D2D2. Windows color (decimal): -3614011 or 12966600. OLE color: 12966600.

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

Color convert

RGB 200 218 197 -
CMYK 0.08 0 0.10 0.15
HSL 111.43º 0.22% 0.81% -
HSV(B) 111.43º 0.1% 0.85% -
XYZ 58.97 66.45 62.54 -
YUV 210.22 120.54 120.71 -
System Red Green Blue C M Y K H S L
Decimal 200 218 197 0.08 0 0.10 0.15 111.43 0.22 0.81
Hex C8 DA C5 8 0 A F 6F 16 51
Octal 310 332 305 10 0 12 17 157 26 121
Binary 11001000 11011010 11000101 1000 0 1010 1111 1101111 10110 1010001

Color Harmonies of #C8DAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8DAC5

Black with #C8DAC5

Text Example


Text Example

White with #C8DAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8DAC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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