Html Css Color HEX #D0AEDC Prelude

📋 copy color: '#D0AEDC'

red 208 ◦ green 174 ◦ blue 220

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

Shades of Prelude #D0AEDC

Tints of Prelude #D0AEDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 36.54%

R = 34.55%
G = 28.9%
B = 36.54%

CMYK

 C value IS 0.05

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D0AEDC (or 0xD0AEDC) is known color: Prelude. HEX triplet: D0, AE and DC. RGB value is (208,174,220). Sum of RGB (Red+Green+Blue) = 208+174+220=602 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.55% from 602); Green value is 174 (68.36% from 255 or 28.90% from 602); Blue value is 220 (86.33% from 255 or 36.54% from 602); Max value from RGB is 220 - color contains mainly: blue. Hex color #D0AEDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0AEDC is #2F5123. Grayscale: #BDBDBD. Windows color (decimal): -3100964 or 14462672. OLE color: 14462672.

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

Color convert

RGB 208 174 220 -
CMYK 0.05 0.21 0 0.14
HSL 284.35º 0.4% 0.77% -
HSV(B) 284.35º 0.21% 0.86% -
XYZ 54.07 48.85 74.29 -
YUV 189.41 145.26 141.26 -
System Red Green Blue C M Y K H S L
Decimal 208 174 220 0.05 0.21 0 0.14 284.35 0.4 0.77
Hex D0 AE DC 5 15 0 E 11C 28 4D
Octal 320 256 334 5 25 0 16 434 50 115
Binary 11010000 10101110 11011100 101 10101 0 1110 100011100 101000 1001101

Color Harmonies of #D0AEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AEDC

Black with #D0AEDC

Text Example


Text Example

White with #D0AEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AEDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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