#C9DAC7

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

Shades of Surf Crest #C9DAC7

Tints of Surf Crest #C9DAC7

Color information

#C9DAC7 (or 0xC9DAC7) is unknown color: approx Surf Crest. HEX triplet: C9, DA and C7. RGB value is (201,218,199). Sum of RGB (Red+Green+Blue) = 201+218+199=618 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.52% from 618); Green value is 218 (85.55% from 255 or 35.28% from 618); Blue value is 199 (78.12% from 255 or 32.20% from 618); Max value from RGB is 218 - color contains mainly: green. Hex color #C9DAC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DAC7 is #362538. Grayscale: #D2D2D2. Windows color (decimal): -3548473 or 13097673. OLE color: 13097673.

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

Color convert

RGB201218199-
CMYK0.0800.090.15
HSL113.68º20.43%81.76%-
HSV(B)113.68º8.72%85.49%-
XYZ59.4766.6863.77-
YUV210.75121.37121.04-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.52%
GREEN value IS 218 (85.55% from 255) = 35.28%
BLUE value IS 199 (78.12% from 255) = 32.20%
R=32.52%
G=35.28%
B=32.20%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2012181990.0800.090.15113.6820.4381.76
HexC9DAC7809F721452
Octal311332307100111716224122
Binary11001001110110101100011110000100111111110010101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9DAC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9DAC7; }

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

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

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

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

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

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

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

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