Html Css Color HEX #D0ACDC Prelude

📋 copy color: '#D0ACDC'

red 208 ◦ green 172 ◦ blue 220

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

Shades of Prelude #D0ACDC

Tints of Prelude #D0ACDC

RGB

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

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

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

R = 34.67%
G = 28.67%
B = 36.67%

CMYK

 C value IS 0.05

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D0ACDC (or 0xD0ACDC) is known color: Prelude. HEX triplet: D0, AC and DC. RGB value is (208,172,220). Sum of RGB (Red+Green+Blue) = 208+172+220=600 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.67% from 600); Green value is 172 (67.58% from 255 or 28.67% from 600); Blue value is 220 (86.33% from 255 or 36.67% from 600); Max value from RGB is 220 - color contains mainly: blue. Hex color #D0ACDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0ACDC is #2F5323. Grayscale: #BCBCBC. Windows color (decimal): -3101476 or 14462160. OLE color: 14462160.

HSL color Cylindrical-coordinate representation of color #D0ACDC: hue angle of 285º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D0ACDC is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 208 172 220 -
CMYK 0.05 0.22 0 0.14
HSL 285º 0.41% 0.77% -
HSV(B) 285º 0.22% 0.86% -
XYZ 53.68 48.08 74.16 -
YUV 188.24 145.93 142.1 -
System Red Green Blue C M Y K H S L
Decimal 208 172 220 0.05 0.22 0 0.14 285 0.41 0.77
Hex D0 AC DC 5 16 0 E 11D 29 4D
Octal 320 254 334 5 26 0 16 435 51 115
Binary 11010000 10101100 11011100 101 10110 0 1110 100011101 101001 1001101

Color Harmonies of #D0ACDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0ACDC

Black with #D0ACDC

Text Example


Text Example

White with #D0ACDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0ACDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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