Html Css Color HEX #D2AED9 Prelude

📋 copy color: '#D2AED9'

red 210 ◦ green 174 ◦ blue 217

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

Shades of Prelude #D2AED9

Tints of Prelude #D2AED9

RGB

 RED value IS 210 (82.42% from 255) = 34.94%

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

 BLUE value IS 217 (85.16% from 255) = 36.11%

R = 34.94%
G = 28.95%
B = 36.11%

CMYK

 C value IS 0.03

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D2AED9 (or 0xD2AED9) is known color: Prelude. HEX triplet: D2, AE and D9. RGB value is (210,174,217). Sum of RGB (Red+Green+Blue) = 210+174+217=601 (79% of max value = 765). Red value is 210 (82.42% from 255 or 34.94% from 601); Green value is 174 (68.36% from 255 or 28.95% from 601); Blue value is 217 (85.16% from 255 or 36.11% from 601); Max value from RGB is 217 - color contains mainly: blue. Hex color #D2AED9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2AED9 is #2D5126. Grayscale: #BDBDBD. Windows color (decimal): -2969895 or 14266066. OLE color: 14266066.

HSL color Cylindrical-coordinate representation of color #D2AED9: hue angle of 290.23º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D2AED9 is Cyan = 0.03, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 210 174 217 -
CMYK 0.03 0.20 0 0.15
HSL 290.23º 0.36% 0.77% -
HSV(B) 290.23º 0.2% 0.85% -
XYZ 54.24 48.98 72.24 -
YUV 189.67 143.43 142.5 -
System Red Green Blue C M Y K H S L
Decimal 210 174 217 0.03 0.20 0 0.15 290.23 0.36 0.77
Hex D2 AE D9 3 14 0 F 122 24 4D
Octal 322 256 331 3 24 0 17 442 44 115
Binary 11010010 10101110 11011001 11 10100 0 1111 100100010 100100 1001101

Color Harmonies of #D2AED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2AED9

Black with #D2AED9

Text Example


Text Example

White with #D2AED9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2AED9; }

 p { color: rgb(210,174,217); }

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

background-color css

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

 a { background-color: rgb(210,174,217); }

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

border-color css

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

 span { border-color: rgb(210,174,217); }

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