Html Css Color HEX #D0AEDA Prelude

📋 copy color: '#D0AEDA'

red 208 ◦ green 174 ◦ blue 218

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

Shades of Prelude #D0AEDA

Tints of Prelude #D0AEDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 36.33%

R = 34.67%
G = 29%
B = 36.33%

CMYK

 C value IS 0.05

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D0AEDA (or 0xD0AEDA) is known color: Prelude. HEX triplet: D0, AE and DA. RGB value is (208,174,218). Sum of RGB (Red+Green+Blue) = 208+174+218=600 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.67% from 600); Green value is 174 (68.36% from 255 or 29% from 600); Blue value is 218 (85.55% from 255 or 36.33% from 600); Max value from RGB is 218 - color contains mainly: blue. Hex color #D0AEDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0AEDA is #2F5125. Grayscale: #BDBDBD. Windows color (decimal): -3100966 or 14331600. OLE color: 14331600.

HSL color Cylindrical-coordinate representation of color #D0AEDA: hue angle of 286.36º degrees, saturation: 0.37, 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 #D0AEDA is Cyan = 0.05, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 208 174 218 -
CMYK 0.05 0.20 0 0.15
HSL 286.36º 0.37% 0.77% -
HSV(B) 286.36º 0.2% 0.85% -
XYZ 53.8 48.74 72.9 -
YUV 189.18 144.26 141.42 -
System Red Green Blue C M Y K H S L
Decimal 208 174 218 0.05 0.20 0 0.15 286.36 0.37 0.77
Hex D0 AE DA 5 14 0 F 11E 25 4D
Octal 320 256 332 5 24 0 17 436 45 115
Binary 11010000 10101110 11011010 101 10100 0 1111 100011110 100101 1001101

Color Harmonies of #D0AEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AEDA

Black with #D0AEDA

Text Example


Text Example

White with #D0AEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AEDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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