Html Css Color HEX #D5B2DD Prelude

📋 copy color: '#D5B2DD'

red 213 ◦ green 178 ◦ blue 221

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

Shades of Prelude #D5B2DD

Tints of Prelude #D5B2DD

RGB

 RED value IS 213 (83.59% from 255) = 34.8%

 GREEN value IS 178 (69.92% from 255) = 29.08%

 BLUE value IS 221 (86.72% from 255) = 36.11%

R = 34.8%
G = 29.08%
B = 36.11%

CMYK

 C value IS 0.04

 M value IS 0.19

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D5B2DD (or 0xD5B2DD) is known color: Prelude. HEX triplet: D5, B2 and DD. RGB value is (213,178,221). Sum of RGB (Red+Green+Blue) = 213+178+221=612 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.80% from 612); Green value is 178 (69.92% from 255 or 29.08% from 612); Blue value is 221 (86.72% from 255 or 36.11% from 612); Max value from RGB is 221 - color contains mainly: blue. Hex color #D5B2DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5B2DD is #2A4D22. Grayscale: #C1C1C1. Windows color (decimal): -2772259 or 14529237. OLE color: 14529237.

HSL color Cylindrical-coordinate representation of color #D5B2DD: hue angle of 288.84º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D5B2DD is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 213 178 221 -
CMYK 0.04 0.19 0 0.13
HSL 288.84º 0.39% 0.78% -
HSV(B) 288.84º 0.19% 0.87% -
XYZ 56.41 51.21 75.32 -
YUV 193.37 143.6 142 -
System Red Green Blue C M Y K H S L
Decimal 213 178 221 0.04 0.19 0 0.13 288.84 0.39 0.78
Hex D5 B2 DD 4 13 0 D 121 27 4E
Octal 325 262 335 4 23 0 15 441 47 116
Binary 11010101 10110010 11011101 100 10011 0 1101 100100001 100111 1001110

Color Harmonies of #D5B2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B2DD

Black with #D5B2DD

Text Example


Text Example

White with #D5B2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B2DD; }

 p { color: rgb(213,178,221); }

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

background-color css

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

 a { background-color: rgb(213,178,221); }

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

border-color css

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

 span { border-color: rgb(213,178,221); }

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