Html Css Color HEX #D0AEE1 Prelude

📋 copy color: '#D0AEE1'

red 208 ◦ green 174 ◦ blue 225

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

Shades of Prelude #D0AEE1

Tints of Prelude #D0AEE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 37.07%

R = 34.27%
G = 28.67%
B = 37.07%

CMYK

 C value IS 0.08

 M value IS 0.23

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D0AEE1 (or 0xD0AEE1) is known color: Prelude. HEX triplet: D0, AE and E1. RGB value is (208,174,225). Sum of RGB (Red+Green+Blue) = 208+174+225=607 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.27% from 607); Green value is 174 (68.36% from 255 or 28.67% from 607); Blue value is 225 (88.28% from 255 or 37.07% from 607); Max value from RGB is 225 - color contains mainly: blue. Hex color #D0AEE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0AEE1 is #2F511E. Grayscale: #BDBDBD. Windows color (decimal): -3100959 or 14790352. OLE color: 14790352.

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

Color convert

RGB 208 174 225 -
CMYK 0.08 0.23 0 0.12
HSL 280º 0.46% 0.78% -
HSV(B) 280º 0.23% 0.88% -
XYZ 54.74 49.12 77.83 -
YUV 189.98 147.76 140.85 -
System Red Green Blue C M Y K H S L
Decimal 208 174 225 0.08 0.23 0 0.12 280 0.46 0.78
Hex D0 AE E1 8 17 0 C 118 2E 4E
Octal 320 256 341 10 27 0 14 430 56 116
Binary 11010000 10101110 11100001 1000 10111 0 1100 100011000 101110 1001110

Color Harmonies of #D0AEE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AEE1

Black with #D0AEE1

Text Example


Text Example

White with #D0AEE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AEE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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