Html Css Color HEX #D0AEDD Prelude

📋 copy color: '#D0AEDD'

red 208 ◦ green 174 ◦ blue 221

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

Shades of Prelude #D0AEDD

Tints of Prelude #D0AEDD

RGB

 RED value IS 208 (81.64% from 255) = 34.49%

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

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

R = 34.49%
G = 28.86%
B = 36.65%

CMYK

 C value IS 0.06

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D0AEDD (or 0xD0AEDD) is known color: Prelude. HEX triplet: D0, AE and DD. RGB value is (208,174,221). Sum of RGB (Red+Green+Blue) = 208+174+221=603 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.49% from 603); Green value is 174 (68.36% from 255 or 28.86% from 603); Blue value is 221 (86.72% from 255 or 36.65% from 603); Max value from RGB is 221 - color contains mainly: blue. Hex color #D0AEDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0AEDD is #2F5122. Grayscale: #BDBDBD. Windows color (decimal): -3100963 or 14528208. OLE color: 14528208.

HSL color Cylindrical-coordinate representation of color #D0AEDD: hue angle of 283.4º 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 #D0AEDD is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 208 174 221 -
CMYK 0.06 0.21 0 0.13
HSL 283.4º 0.41% 0.77% -
HSV(B) 283.4º 0.21% 0.87% -
XYZ 54.2 48.9 74.99 -
YUV 189.52 145.76 141.18 -
System Red Green Blue C M Y K H S L
Decimal 208 174 221 0.06 0.21 0 0.13 283.4 0.41 0.77
Hex D0 AE DD 6 15 0 D 11B 29 4D
Octal 320 256 335 6 25 0 15 433 51 115
Binary 11010000 10101110 11011101 110 10101 0 1101 100011011 101001 1001101

Color Harmonies of #D0AEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AEDD

Black with #D0AEDD

Text Example


Text Example

White with #D0AEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AEDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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