Html Css Color HEX #D0ACD8 Prelude

📋 copy color: '#D0ACD8'

red 208 ◦ green 172 ◦ blue 216

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

Shades of Prelude #D0ACD8

Tints of Prelude #D0ACD8

RGB

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

 GREEN value IS 172 (67.58% from 255) = 28.86%

 BLUE value IS 216 (84.77% from 255) = 36.24%

R = 34.9%
G = 28.86%
B = 36.24%

CMYK

 C value IS 0.04

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D0ACD8 (or 0xD0ACD8) is known color: Prelude. HEX triplet: D0, AC and D8. RGB value is (208,172,216). Sum of RGB (Red+Green+Blue) = 208+172+216=596 (78% of max value = 765). Red value is 208 (81.64% from 255 or 34.90% from 596); Green value is 172 (67.58% from 255 or 28.86% from 596); Blue value is 216 (84.77% from 255 or 36.24% from 596); Max value from RGB is 216 - color contains mainly: blue. Hex color #D0ACD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0ACD8 is #2F5327. Grayscale: #BBBBBB. Windows color (decimal): -3101480 or 14200016. OLE color: 14200016.

HSL color Cylindrical-coordinate representation of color #D0ACD8: hue angle of 289.09º degrees, saturation: 0.36, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D0ACD8 is Cyan = 0.04, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 208 172 216 -
CMYK 0.04 0.20 0 0.15
HSL 289.09º 0.36% 0.76% -
HSV(B) 289.09º 0.2% 0.85% -
XYZ 53.16 47.87 71.4 -
YUV 187.78 143.93 142.42 -
System Red Green Blue C M Y K H S L
Decimal 208 172 216 0.04 0.20 0 0.15 289.09 0.36 0.76
Hex D0 AC D8 4 14 0 F 121 24 4C
Octal 320 254 330 4 24 0 17 441 44 114
Binary 11010000 10101100 11011000 100 10100 0 1111 100100001 100100 1001100

Color Harmonies of #D0ACD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0ACD8

Black with #D0ACD8

Text Example


Text Example

White with #D0ACD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0ACD8; }

 p { color: rgb(208,172,216); }

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

background-color css

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

 a { background-color: rgb(208,172,216); }

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

border-color css

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

 span { border-color: rgb(208,172,216); }

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