Html Css Color HEX #D0ADDC Prelude

📋 copy color: '#D0ADDC'

red 208 ◦ green 173 ◦ blue 220

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

Shades of Prelude #D0ADDC

Tints of Prelude #D0ADDC

RGB

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

 GREEN value IS 173 (67.97% from 255) = 28.79%

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

R = 34.61%
G = 28.79%
B = 36.61%

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

#D0ADDC (or 0xD0ADDC) is known color: Prelude. HEX triplet: D0, AD and DC. RGB value is (208,173,220). Sum of RGB (Red+Green+Blue) = 208+173+220=601 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.61% from 601); Green value is 173 (67.97% from 255 or 28.79% from 601); Blue value is 220 (86.33% from 255 or 36.61% from 601); Max value from RGB is 220 - color contains mainly: blue. Hex color #D0ADDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0ADDC is #2F5223. Grayscale: #BCBCBC. Windows color (decimal): -3101220 or 14462416. OLE color: 14462416.

HSL color Cylindrical-coordinate representation of color #D0ADDC: hue angle of 284.68º 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 #D0ADDC is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 208 173 220 -
CMYK 0.05 0.21 0 0.14
HSL 284.68º 0.4% 0.77% -
HSV(B) 284.68º 0.21% 0.86% -
XYZ 53.87 48.46 74.23 -
YUV 188.82 145.6 141.68 -
System Red Green Blue C M Y K H S L
Decimal 208 173 220 0.05 0.21 0 0.14 284.68 0.4 0.77
Hex D0 AD DC 5 15 0 E 11D 28 4D
Octal 320 255 334 5 25 0 16 435 50 115
Binary 11010000 10101101 11011100 101 10101 0 1110 100011101 101000 1001101

Color Harmonies of #D0ADDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0ADDC

Black with #D0ADDC

Text Example


Text Example

White with #D0ADDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0ADDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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