Html Css Color HEX #D4B4DD Prelude

📋 copy color: '#D4B4DD'

red 212 ◦ green 180 ◦ blue 221

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

Shades of Prelude #D4B4DD

Tints of Prelude #D4B4DD

RGB

 RED value IS 212 (83.2% from 255) = 34.58%

 GREEN value IS 180 (70.7% from 255) = 29.36%

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

R = 34.58%
G = 29.36%
B = 36.05%

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

#D4B4DD (or 0xD4B4DD) is known color: Prelude. HEX triplet: D4, B4 and DD. RGB value is (212,180,221). Sum of RGB (Red+Green+Blue) = 212+180+221=613 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.58% from 613); Green value is 180 (70.70% from 255 or 29.36% from 613); Blue value is 221 (86.72% from 255 or 36.05% from 613); Max value from RGB is 221 - color contains mainly: blue. Hex color #D4B4DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4B4DD is #2B4B22. Grayscale: #C2C2C2. Windows color (decimal): -2837283 or 14529748. OLE color: 14529748.

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

Color convert

RGB 212 180 221 -
CMYK 0.04 0.19 0 0.13
HSL 286.83º 0.38% 0.79% -
HSV(B) 286.83º 0.19% 0.87% -
XYZ 56.52 51.86 75.44 -
YUV 194.24 143.1 140.67 -
System Red Green Blue C M Y K H S L
Decimal 212 180 221 0.04 0.19 0 0.13 286.83 0.38 0.79
Hex D4 B4 DD 4 13 0 D 11F 26 4F
Octal 324 264 335 4 23 0 15 437 46 117
Binary 11010100 10110100 11011101 100 10011 0 1101 100011111 100110 1001111

Color Harmonies of #D4B4DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4B4DD

Black with #D4B4DD

Text Example


Text Example

White with #D4B4DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4B4DD; }

 p { color: rgb(212,180,221); }

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

background-color css

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

 a { background-color: rgb(212,180,221); }

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

border-color css

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

 span { border-color: rgb(212,180,221); }

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