#C7DAC1

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

Shades of Surf Crest #C7DAC1

Tints of Surf Crest #C7DAC1

Color information

#C7DAC1 (or 0xC7DAC1) is unknown color: approx Surf Crest. HEX triplet: C7, DA and C1. RGB value is (199,218,193). Sum of RGB (Red+Green+Blue) = 199+218+193=610 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.62% from 610); Green value is 218 (85.55% from 255 or 35.74% from 610); Blue value is 193 (75.78% from 255 or 31.64% from 610); Max value from RGB is 218 - color contains mainly: green. Hex color #C7DAC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7DAC1 is #38253E. Grayscale: #D1D1D1. Windows color (decimal): -3679551 or 12704455. OLE color: 12704455.

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

Color convert

RGB199218193-
CMYK0.0900.110.15
HSL105.6º25.25%80.59%-
HSV(B)105.6º11.47%85.49%-
XYZ58.2566.1460.15-
YUV209.47118.71120.53-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 32.62%
GREEN value IS 218 (85.55% from 255) = 35.74%
BLUE value IS 193 (75.78% from 255) = 31.64%
R=32.62%
G=35.74%
B=31.64%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1992181930.0900.110.15105.625.2580.59
HexC7DAC190BF6a1951
Octal307332301110131715231121
Binary11000111110110101100000110010101111111101010110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7DAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7DAC1; }

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

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

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

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

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

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

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

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