#C8DAC1

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

Shades of Surf Crest #C8DAC1

Tints of Surf Crest #C8DAC1

Color information

#C8DAC1 (or 0xC8DAC1) is unknown color: approx Surf Crest. HEX triplet: C8, DA and C1. RGB value is (200,218,193). Sum of RGB (Red+Green+Blue) = 200+218+193=611 (80% of max value = 765). Red value is 200 (78.52% from 255 or 32.73% from 611); Green value is 218 (85.55% from 255 or 35.68% from 611); Blue value is 193 (75.78% from 255 or 31.59% from 611); Max value from RGB is 218 - color contains mainly: green. Hex color #C8DAC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DAC1 is #37253E. Grayscale: #D1D1D1. Windows color (decimal): -3614015 or 12704456. OLE color: 12704456.

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

Color convert

RGB200218193-
CMYK0.0800.110.15
HSL103.2º25.25%80.59%-
HSV(B)103.2º11.47%85.49%-
XYZ58.5266.2760.16-
YUV209.77118.54121.03-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.73%
GREEN value IS 218 (85.55% from 255) = 35.68%
BLUE value IS 193 (75.78% from 255) = 31.59%
R=32.73%
G=35.68%
B=31.59%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2002181930.0800.110.15103.225.2580.59
HexC8DAC180BF671951
Octal310332301100131714731121
Binary11001000110110101100000110000101111111100111110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8DAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8DAC1; }

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

 H1.HeaderClassName
 {
   color: #C8DAC1;
 }
 .AnyTagClassName
 {
   color: #C8DAC1;
 }
</style>
background-color css

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

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

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

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

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

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