Html Css Color HEX #D2AEDD Prelude

📋 copy color: '#D2AEDD'

red 210 ◦ green 174 ◦ blue 221

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

Shades of Prelude #D2AEDD

Tints of Prelude #D2AEDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 36.53%

R = 34.71%
G = 28.76%
B = 36.53%

CMYK

 C value IS 0.05

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D2AEDD (or 0xD2AEDD) is known color: Prelude. HEX triplet: D2, AE and DD. RGB value is (210,174,221). Sum of RGB (Red+Green+Blue) = 210+174+221=605 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.71% from 605); Green value is 174 (68.36% from 255 or 28.76% from 605); Blue value is 221 (86.72% from 255 or 36.53% from 605); Max value from RGB is 221 - color contains mainly: blue. Hex color #D2AEDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2AEDD is #2D5122. Grayscale: #BDBDBD. Windows color (decimal): -2969891 or 14528210. OLE color: 14528210.

HSL color Cylindrical-coordinate representation of color #D2AEDD: hue angle of 285.96º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D2AEDD is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 210 174 221 -
CMYK 0.05 0.21 0 0.13
HSL 285.96º 0.41% 0.77% -
HSV(B) 285.96º 0.21% 0.87% -
XYZ 54.77 49.19 75.02 -
YUV 190.12 145.43 142.18 -
System Red Green Blue C M Y K H S L
Decimal 210 174 221 0.05 0.21 0 0.13 285.96 0.41 0.77
Hex D2 AE DD 5 15 0 D 11E 29 4D
Octal 322 256 335 5 25 0 15 436 51 115
Binary 11010010 10101110 11011101 101 10101 0 1101 100011110 101001 1001101

Color Harmonies of #D2AEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2AEDD

Black with #D2AEDD

Text Example


Text Example

White with #D2AEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2AEDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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