Html Css Color HEX #D4AED7 Thistle

📋 copy color: '#D4AED7'

red 212 ◦ green 174 ◦ blue 215

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

Shades of Thistle #D4AED7

Tints of Thistle #D4AED7

RGB

 RED value IS 212 (83.2% from 255) = 35.27%

 GREEN value IS 174 (68.36% from 255) = 28.95%

 BLUE value IS 215 (84.38% from 255) = 35.77%

R = 35.27%
G = 28.95%
B = 35.77%

CMYK

 C value IS 0.01

 M value IS 0.19

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D4AED7 (or 0xD4AED7) is known color: Thistle. HEX triplet: D4, AE and D7. RGB value is (212,174,215). Sum of RGB (Red+Green+Blue) = 212+174+215=601 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.27% from 601); Green value is 174 (68.36% from 255 or 28.95% from 601); Blue value is 215 (84.38% from 255 or 35.77% from 601); Max value from RGB is 215 - color contains mainly: blue. Hex color #D4AED7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4AED7 is #2B5128. Grayscale: #BDBDBD. Windows color (decimal): -2838825 or 14134996. OLE color: 14134996.

HSL color Cylindrical-coordinate representation of color #D4AED7: hue angle of 295.61º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D4AED7 is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 212 174 215 -
CMYK 0.01 0.19 0 0.16
HSL 295.61º 0.34% 0.76% -
HSV(B) 295.61º 0.19% 0.84% -
XYZ 54.55 49.18 70.91 -
YUV 190.04 142.09 143.67 -
System Red Green Blue C M Y K H S L
Decimal 212 174 215 0.01 0.19 0 0.16 295.61 0.34 0.76
Hex D4 AE D7 1 13 0 10 128 22 4C
Octal 324 256 327 1 23 0 20 450 42 114
Binary 11010100 10101110 11010111 1 10011 0 10000 100101000 100010 1001100

Color Harmonies of #D4AED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4AED7

Black with #D4AED7

Text Example


Text Example

White with #D4AED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4AED7; }

 p { color: rgb(212,174,215); }

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

background-color css

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

 a { background-color: rgb(212,174,215); }

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

border-color css

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

 span { border-color: rgb(212,174,215); }

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