Html Css Color HEX #D2AEDE Prelude

📋 copy color: '#D2AEDE'

red 210 ◦ green 174 ◦ blue 222

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

Shades of Prelude #D2AEDE

Tints of Prelude #D2AEDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 36.63%

R = 34.65%
G = 28.71%
B = 36.63%

CMYK

 C value IS 0.05

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D2AEDE (or 0xD2AEDE) is known color: Prelude. HEX triplet: D2, AE and DE. RGB value is (210,174,222). Sum of RGB (Red+Green+Blue) = 210+174+222=606 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.65% from 606); Green value is 174 (68.36% from 255 or 28.71% from 606); Blue value is 222 (87.11% from 255 or 36.63% from 606); Max value from RGB is 222 - color contains mainly: blue. Hex color #D2AEDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2AEDE is #2D5121. Grayscale: #BEBEBE. Windows color (decimal): -2969890 or 14593746. OLE color: 14593746.

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

Color convert

RGB 210 174 222 -
CMYK 0.05 0.22 0 0.13
HSL 285º 0.42% 0.78% -
HSV(B) 285º 0.22% 0.87% -
XYZ 54.9 49.25 75.72 -
YUV 190.24 145.93 142.1 -
System Red Green Blue C M Y K H S L
Decimal 210 174 222 0.05 0.22 0 0.13 285 0.42 0.78
Hex D2 AE DE 5 16 0 D 11D 2A 4E
Octal 322 256 336 5 26 0 15 435 52 116
Binary 11010010 10101110 11011110 101 10110 0 1101 100011101 101010 1001110

Color Harmonies of #D2AEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2AEDE

Black with #D2AEDE

Text Example


Text Example

White with #D2AEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2AEDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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