Html Css Color HEX #DAC5C6 Pink Flare

📋 copy color: '#DAC5C6'

red 218 ◦ green 197 ◦ blue 198

#DAC5C6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pink Flare #DAC5C6

Tints of Pink Flare #DAC5C6

RGB

 RED value IS 218 (85.55% from 255) = 35.56%

 GREEN value IS 197 (77.34% from 255) = 32.14%

 BLUE value IS 198 (77.73% from 255) = 32.3%

R = 35.56%
G = 32.14%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#DAC5C6 (or 0xDAC5C6) is known color: Pink Flare. HEX triplet: DA, C5 and C6. RGB value is (218,197,198). Sum of RGB (Red+Green+Blue) = 218+197+198=613 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.56% from 613); Green value is 197 (77.34% from 255 or 32.14% from 613); Blue value is 198 (77.73% from 255 or 32.30% from 613); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC5C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC5C6 is #253A39. Grayscale: #CBCBCB. Windows color (decimal): -2439738 or 13026778. OLE color: 13026778.

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

Color convert

RGB 218 197 198 -
CMYK 0 0.10 0.09 0.15
HSL 357.14º 0.22% 0.81% -
HSV(B) 357.14º 0.1% 0.85% -
XYZ 59.07 58.92 61.68 -
YUV 203.39 124.96 138.42 -
System Red Green Blue C M Y K H S L
Decimal 218 197 198 0 0.10 0.09 0.15 357.14 0.22 0.81
Hex DA C5 C6 0 A 9 F 165 16 51
Octal 332 305 306 0 12 11 17 545 26 121
Binary 11011010 11000101 11000110 0 1010 1001 1111 101100101 10110 1010001

Color Harmonies of #DAC5C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC5C6

Black with #DAC5C6

Text Example


Text Example

White with #DAC5C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC5C6; }

 p { color: rgb(218,197,198); }

 H1.HeaderClassName
 {
   color: #DAC5C6;
 }
 .AnyTagClassName
 {
   color: #DAC5C6;
 }
</style>

background-color css

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

 a { background-color: rgb(218,197,198); }

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

border-color css

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

 span { border-color: rgb(218,197,198); }

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