#C8DAC5

Color #C8DAC5 Surf Crest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Surf Crest #C8DAC5

Tints of Surf Crest #C8DAC5

Color information

#C8DAC5 (or 0xC8DAC5) is unknown color: approx 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

RGB200218197-
CMYK0.0800.100.15
HSL111.43º22.11%81.37%-
HSV(B)111.43º9.63%85.49%-
XYZ58.9766.4562.54-
YUV210.22120.54120.71-

RGB Variations

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

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 (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2002181970.0800.100.15111.4322.1181.37
HexC8DAC580AF6f1651
Octal310332305100121715726121
Binary11001000110110101100010110000101011111101111101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8DAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>