Html Css Color HEX #D0ACDB Prelude

📋 copy color: '#D0ACDB'

red 208 ◦ green 172 ◦ blue 219

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

Shades of Prelude #D0ACDB

Tints of Prelude #D0ACDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 36.56%

R = 34.72%
G = 28.71%
B = 36.56%

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

#D0ACDB (or 0xD0ACDB) is known color: Prelude. HEX triplet: D0, AC and DB. RGB value is (208,172,219). Sum of RGB (Red+Green+Blue) = 208+172+219=599 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.72% from 599); Green value is 172 (67.58% from 255 or 28.71% from 599); Blue value is 219 (85.94% from 255 or 36.56% from 599); Max value from RGB is 219 - color contains mainly: blue. Hex color #D0ACDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0ACDB is #2F5324. Grayscale: #BBBBBB. Windows color (decimal): -3101477 or 14396624. OLE color: 14396624.

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

Color convert

RGB 208 172 219 -
CMYK 0.05 0.21 0 0.14
HSL 285.96º 0.39% 0.77% -
HSV(B) 285.96º 0.21% 0.86% -
XYZ 53.55 48.03 73.47 -
YUV 188.12 145.43 142.18 -
System Red Green Blue C M Y K H S L
Decimal 208 172 219 0.05 0.21 0 0.14 285.96 0.39 0.77
Hex D0 AC DB 5 15 0 E 11E 27 4D
Octal 320 254 333 5 25 0 16 436 47 115
Binary 11010000 10101100 11011011 101 10101 0 1110 100011110 100111 1001101

Color Harmonies of #D0ACDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0ACDB

Black with #D0ACDB

Text Example


Text Example

White with #D0ACDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0ACDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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