Html Css Color HEX #D2B0DC Prelude

📋 copy color: '#D2B0DC'

red 210 ◦ green 176 ◦ blue 220

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

Shades of Prelude #D2B0DC

Tints of Prelude #D2B0DC

RGB

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

 GREEN value IS 176 (69.14% from 255) = 29.04%

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

R = 34.65%
G = 29.04%
B = 36.3%

CMYK

 C value IS 0.05

 M value IS 0.2

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D2B0DC (or 0xD2B0DC) is known color: Prelude. HEX triplet: D2, B0 and DC. RGB value is (210,176,220). Sum of RGB (Red+Green+Blue) = 210+176+220=606 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.65% from 606); Green value is 176 (69.14% from 255 or 29.04% from 606); Blue value is 220 (86.33% from 255 or 36.30% from 606); Max value from RGB is 220 - color contains mainly: blue. Hex color #D2B0DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2B0DC is #2D4F23. Grayscale: #BFBFBF. Windows color (decimal): -2969380 or 14463186. OLE color: 14463186.

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

Color convert

RGB 210 176 220 -
CMYK 0.05 0.2 0 0.14
HSL 286.36º 0.39% 0.78% -
HSV(B) 286.36º 0.2% 0.86% -
XYZ 55.02 49.92 74.45 -
YUV 191.18 144.26 141.42 -
System Red Green Blue C M Y K H S L
Decimal 210 176 220 0.05 0.2 0 0.14 286.36 0.39 0.78
Hex D2 B0 DC 5 14 0 E 11E 27 4E
Octal 322 260 334 5 24 0 16 436 47 116
Binary 11010010 10110000 11011100 101 10100 0 1110 100011110 100111 1001110

Color Harmonies of #D2B0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B0DC

Black with #D2B0DC

Text Example


Text Example

White with #D2B0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B0DC; }

 p { color: rgb(210,176,220); }

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

background-color css

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

 a { background-color: rgb(210,176,220); }

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

border-color css

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

 span { border-color: rgb(210,176,220); }

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