Html Css Color HEX #D6AEDE Prelude

📋 copy color: '#D6AEDE'

red 214 ◦ green 174 ◦ blue 222

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

Shades of Prelude #D6AEDE

Tints of Prelude #D6AEDE

RGB

 RED value IS 214 (83.98% from 255) = 35.08%

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

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

R = 35.08%
G = 28.52%
B = 36.39%

CMYK

 C value IS 0.04

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D6AEDE (or 0xD6AEDE) is known color: Prelude. HEX triplet: D6, AE and DE. RGB value is (214,174,222). Sum of RGB (Red+Green+Blue) = 214+174+222=610 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.08% from 610); Green value is 174 (68.36% from 255 or 28.52% from 610); Blue value is 222 (87.11% from 255 or 36.39% from 610); Max value from RGB is 222 - color contains mainly: blue. Hex color #D6AEDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6AEDE is #295121. Grayscale: #BFBFBF. Windows color (decimal): -2707746 or 14593750. OLE color: 14593750.

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

Color convert

RGB 214 174 222 -
CMYK 0.04 0.22 0 0.13
HSL 290º 0.42% 0.78% -
HSV(B) 290º 0.22% 0.87% -
XYZ 56.05 49.84 75.77 -
YUV 191.43 145.25 144.1 -
System Red Green Blue C M Y K H S L
Decimal 214 174 222 0.04 0.22 0 0.13 290 0.42 0.78
Hex D6 AE DE 4 16 0 D 122 2A 4E
Octal 326 256 336 4 26 0 15 442 52 116
Binary 11010110 10101110 11011110 100 10110 0 1101 100100010 101010 1001110

Color Harmonies of #D6AEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AEDE

Black with #D6AEDE

Text Example


Text Example

White with #D6AEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AEDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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