Html Css Color HEX #D2ACDB Prelude

📋 copy color: '#D2ACDB'

red 210 ◦ green 172 ◦ blue 219

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

Shades of Prelude #D2ACDB

Tints of Prelude #D2ACDB

RGB

 RED value IS 210 (82.42% from 255) = 34.94%

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

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

R = 34.94%
G = 28.62%
B = 36.44%

CMYK

 C value IS 0.04

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D2ACDB (or 0xD2ACDB) is known color: Prelude. HEX triplet: D2, AC and DB. RGB value is (210,172,219). Sum of RGB (Red+Green+Blue) = 210+172+219=601 (79% of max value = 765). Red value is 210 (82.42% from 255 or 34.94% from 601); Green value is 172 (67.58% from 255 or 28.62% from 601); Blue value is 219 (85.94% from 255 or 36.44% from 601); Max value from RGB is 219 - color contains mainly: blue. Hex color #D2ACDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2ACDB is #2D5324. Grayscale: #BCBCBC. Windows color (decimal): -2970405 or 14396626. OLE color: 14396626.

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

Color convert

RGB 210 172 219 -
CMYK 0.04 0.21 0 0.14
HSL 288.51º 0.39% 0.77% -
HSV(B) 288.51º 0.21% 0.86% -
XYZ 54.12 48.32 73.49 -
YUV 188.72 145.09 143.18 -
System Red Green Blue C M Y K H S L
Decimal 210 172 219 0.04 0.21 0 0.14 288.51 0.39 0.77
Hex D2 AC DB 4 15 0 E 121 27 4D
Octal 322 254 333 4 25 0 16 441 47 115
Binary 11010010 10101100 11011011 100 10101 0 1110 100100001 100111 1001101

Color Harmonies of #D2ACDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2ACDB

Black with #D2ACDB

Text Example


Text Example

White with #D2ACDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2ACDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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