Html Css Color HEX #D0ADD6 Prelude

📋 copy color: '#D0ADD6'

red 208 ◦ green 173 ◦ blue 214

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

Shades of Prelude #D0ADD6

Tints of Prelude #D0ADD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 35.97%

R = 34.96%
G = 29.08%
B = 35.97%

CMYK

 C value IS 0.03

 M value IS 0.19

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D0ADD6 (or 0xD0ADD6) is known color: Prelude. HEX triplet: D0, AD and D6. RGB value is (208,173,214). Sum of RGB (Red+Green+Blue) = 208+173+214=595 (78% of max value = 765). Red value is 208 (81.64% from 255 or 34.96% from 595); Green value is 173 (67.97% from 255 or 29.08% from 595); Blue value is 214 (83.98% from 255 or 35.97% from 595); Max value from RGB is 214 - color contains mainly: blue. Hex color #D0ADD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0ADD6 is #2F5229. Grayscale: #BCBCBC. Windows color (decimal): -3101226 or 14069200. OLE color: 14069200.

HSL color Cylindrical-coordinate representation of color #D0ADD6: hue angle of 291.22º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D0ADD6 is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 208 173 214 -
CMYK 0.03 0.19 0 0.16
HSL 291.22º 0.33% 0.76% -
HSV(B) 291.22º 0.19% 0.84% -
XYZ 53.09 48.15 70.11 -
YUV 188.14 142.6 142.17 -
System Red Green Blue C M Y K H S L
Decimal 208 173 214 0.03 0.19 0 0.16 291.22 0.33 0.76
Hex D0 AD D6 3 13 0 10 123 21 4C
Octal 320 255 326 3 23 0 20 443 41 114
Binary 11010000 10101101 11010110 11 10011 0 10000 100100011 100001 1001100

Color Harmonies of #D0ADD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0ADD6

Black with #D0ADD6

Text Example


Text Example

White with #D0ADD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0ADD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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