Html Css Color HEX #D0AEDE Prelude

📋 copy color: '#D0AEDE'

red 208 ◦ green 174 ◦ blue 222

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

Shades of Prelude #D0AEDE

Tints of Prelude #D0AEDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 36.75%

R = 34.44%
G = 28.81%
B = 36.75%

CMYK

 C value IS 0.06

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D0AEDE (or 0xD0AEDE) is known color: Prelude. HEX triplet: D0, AE and DE. RGB value is (208,174,222). Sum of RGB (Red+Green+Blue) = 208+174+222=604 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.44% from 604); Green value is 174 (68.36% from 255 or 28.81% from 604); Blue value is 222 (87.11% from 255 or 36.75% from 604); Max value from RGB is 222 - color contains mainly: blue. Hex color #D0AEDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0AEDE is #2F5121. Grayscale: #BDBDBD. Windows color (decimal): -3100962 or 14593744. OLE color: 14593744.

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

Color convert

RGB 208 174 222 -
CMYK 0.06 0.22 0 0.13
HSL 282.5º 0.42% 0.78% -
HSV(B) 282.5º 0.22% 0.87% -
XYZ 54.33 48.96 75.69 -
YUV 189.64 146.26 141.1 -
System Red Green Blue C M Y K H S L
Decimal 208 174 222 0.06 0.22 0 0.13 282.5 0.42 0.78
Hex D0 AE DE 6 16 0 D 11A 2A 4E
Octal 320 256 336 6 26 0 15 432 52 116
Binary 11010000 10101110 11011110 110 10110 0 1101 100011010 101010 1001110

Color Harmonies of #D0AEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AEDE

Black with #D0AEDE

Text Example


Text Example

White with #D0AEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AEDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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