#DAC2C4

Color #DAC2C4 Pink Flare (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pink Flare #DAC2C4

Tints of Pink Flare #DAC2C4

Color information

#DAC2C4 (or 0xDAC2C4) is unknown color: approx Pink Flare. HEX triplet: DA, C2 and C4. RGB value is (218,194,196). Sum of RGB (Red+Green+Blue) = 218+194+196=608 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.86% from 608); Green value is 194 (76.17% from 255 or 31.91% from 608); Blue value is 196 (76.95% from 255 or 32.24% from 608); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC2C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC2C4 is #253D3B. Grayscale: #C9C9C9. Windows color (decimal): -2440508 or 12894938. OLE color: 12894938.

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

Color convert

RGB218194196-
CMYK00.110.100.15
HSL355º24.49%80.78%-
HSV(B)355º11.01%85.49%-
XYZ58.1757.4760.25-
YUV201.4124.95139.84-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.86%
GREEN value IS 194 (76.17% from 255) = 31.91%
BLUE value IS 196 (76.95% from 255) = 32.24%
R=35.86%
G=31.91%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.10
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819419600.110.100.1535524.4980.78
HexDAC2C40BAF1631851
Octal332302304013121754330121
Binary1101101011000010110001000101110101111101100011110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC2C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC2C4; }

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

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

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

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

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

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

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

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