#C9DAC1

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

Shades of Surf Crest #C9DAC1

Tints of Surf Crest #C9DAC1

Color information

#C9DAC1 (or 0xC9DAC1) is unknown color: approx Surf Crest. HEX triplet: C9, DA and C1. RGB value is (201,218,193). Sum of RGB (Red+Green+Blue) = 201+218+193=612 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.84% from 612); Green value is 218 (85.55% from 255 or 35.62% from 612); Blue value is 193 (75.78% from 255 or 31.54% from 612); Max value from RGB is 218 - color contains mainly: green. Hex color #C9DAC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DAC1 is #36253E. Grayscale: #D2D2D2. Windows color (decimal): -3548479 or 12704457. OLE color: 12704457.

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

Color convert

RGB201218193-
CMYK0.0800.110.15
HSL100.8º25.25%80.59%-
HSV(B)100.8º11.47%85.49%-
XYZ58.7866.4160.17-
YUV210.07118.37121.53-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.84%
GREEN value IS 218 (85.55% from 255) = 35.62%
BLUE value IS 193 (75.78% from 255) = 31.54%
R=32.84%
G=35.62%
B=31.54%

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
Decimal2012181930.0800.110.15100.825.2580.59
HexC9DAC180BF651951
Octal311332301100131714531121
Binary11001001110110101100000110000101111111100101110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9DAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9DAC1; }

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

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

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

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

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

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

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

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