Html Css Color HEX #D2AEE0 Prelude

📋 copy color: '#D2AEE0'

red 210 ◦ green 174 ◦ blue 224

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

Shades of Prelude #D2AEE0

Tints of Prelude #D2AEE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 36.84%

R = 34.54%
G = 28.62%
B = 36.84%

CMYK

 C value IS 0.06

 M value IS 0.22

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D2AEE0 (or 0xD2AEE0) is known color: Prelude. HEX triplet: D2, AE and E0. RGB value is (210,174,224). Sum of RGB (Red+Green+Blue) = 210+174+224=608 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.54% from 608); Green value is 174 (68.36% from 255 or 28.62% from 608); Blue value is 224 (87.89% from 255 or 36.84% from 608); Max value from RGB is 224 - color contains mainly: blue. Hex color #D2AEE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2AEE0 is #2D511F. Grayscale: #BEBEBE. Windows color (decimal): -2969888 or 14724818. OLE color: 14724818.

HSL color Cylindrical-coordinate representation of color #D2AEE0: hue angle of 283.2º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D2AEE0 is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 210 174 224 -
CMYK 0.06 0.22 0 0.12
HSL 283.2º 0.45% 0.78% -
HSV(B) 283.2º 0.22% 0.88% -
XYZ 55.17 49.36 77.14 -
YUV 190.46 146.93 141.93 -
System Red Green Blue C M Y K H S L
Decimal 210 174 224 0.06 0.22 0 0.12 283.2 0.45 0.78
Hex D2 AE E0 6 16 0 C 11B 2D 4E
Octal 322 256 340 6 26 0 14 433 55 116
Binary 11010010 10101110 11100000 110 10110 0 1100 100011011 101101 1001110

Color Harmonies of #D2AEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2AEE0

Black with #D2AEE0

Text Example


Text Example

White with #D2AEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2AEE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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