#C9DAC4

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

Shades of Surf Crest #C9DAC4

Tints of Surf Crest #C9DAC4

Color information

#C9DAC4 (or 0xC9DAC4) is unknown color: approx Surf Crest. HEX triplet: C9, DA and C4. RGB value is (201,218,196). Sum of RGB (Red+Green+Blue) = 201+218+196=615 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.68% from 615); Green value is 218 (85.55% from 255 or 35.45% from 615); Blue value is 196 (76.95% from 255 or 31.87% from 615); Max value from RGB is 218 - color contains mainly: green. Hex color #C9DAC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DAC4 is #36253B. Grayscale: #D2D2D2. Windows color (decimal): -3548476 or 12901065. OLE color: 12901065.

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

Color convert

RGB201218196-
CMYK0.0800.100.15
HSL106.36º22.92%81.18%-
HSV(B)106.36º10.09%85.49%-
XYZ59.1266.5561.95-
YUV210.41119.87121.29-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.68%
GREEN value IS 218 (85.55% from 255) = 35.45%
BLUE value IS 196 (76.95% from 255) = 31.87%
R=32.68%
G=35.45%
B=31.87%

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
Decimal2012181960.0800.100.15106.3622.9281.18
HexC9DAC480AF6a1751
Octal311332304100121715227121
Binary11001001110110101100010010000101011111101010101111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9DAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9DAC4; }

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

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

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

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

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

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

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

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