Html Css Color HEX #D0ADDA Prelude

📋 copy color: '#D0ADDA'

red 208 ◦ green 173 ◦ blue 218

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

Shades of Prelude #D0ADDA

Tints of Prelude #D0ADDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 36.39%

R = 34.72%
G = 28.88%
B = 36.39%

CMYK

 C value IS 0.05

 M value IS 0.21

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D0ADDA (or 0xD0ADDA) is known color: Prelude. HEX triplet: D0, AD and DA. RGB value is (208,173,218). Sum of RGB (Red+Green+Blue) = 208+173+218=599 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.72% from 599); Green value is 173 (67.97% from 255 or 28.88% from 599); Blue value is 218 (85.55% from 255 or 36.39% from 599); Max value from RGB is 218 - color contains mainly: blue. Hex color #D0ADDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0ADDA is #2F5225. Grayscale: #BCBCBC. Windows color (decimal): -3101222 or 14331344. OLE color: 14331344.

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

Color convert

RGB 208 173 218 -
CMYK 0.05 0.21 0 0.15
HSL 286.67º 0.38% 0.77% -
HSV(B) 286.67º 0.21% 0.85% -
XYZ 53.61 48.36 72.84 -
YUV 188.6 144.6 141.84 -
System Red Green Blue C M Y K H S L
Decimal 208 173 218 0.05 0.21 0 0.15 286.67 0.38 0.77
Hex D0 AD DA 5 15 0 F 11F 26 4D
Octal 320 255 332 5 25 0 17 437 46 115
Binary 11010000 10101101 11011010 101 10101 0 1111 100011111 100110 1001101

Color Harmonies of #D0ADDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0ADDA

Black with #D0ADDA

Text Example


Text Example

White with #D0ADDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0ADDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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