Html Css Color HEX #D4B4DC Prelude

📋 copy color: '#D4B4DC'

red 212 ◦ green 180 ◦ blue 220

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

Shades of Prelude #D4B4DC

Tints of Prelude #D4B4DC

RGB

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

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

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

R = 34.64%
G = 29.41%
B = 35.95%

CMYK

 C value IS 0.04

 M value IS 0.18

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D4B4DC (or 0xD4B4DC) is known color: Prelude. HEX triplet: D4, B4 and DC. RGB value is (212,180,220). Sum of RGB (Red+Green+Blue) = 212+180+220=612 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.64% from 612); Green value is 180 (70.70% from 255 or 29.41% from 612); Blue value is 220 (86.33% from 255 or 35.95% from 612); Max value from RGB is 220 - color contains mainly: blue. Hex color #D4B4DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4B4DC is #2B4B23. Grayscale: #C1C1C1. Windows color (decimal): -2837284 or 14464212. OLE color: 14464212.

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

Color convert

RGB 212 180 220 -
CMYK 0.04 0.18 0 0.14
HSL 288º 0.36% 0.78% -
HSV(B) 288º 0.18% 0.86% -
XYZ 56.39 51.81 74.74 -
YUV 194.13 142.6 140.75 -
System Red Green Blue C M Y K H S L
Decimal 212 180 220 0.04 0.18 0 0.14 288 0.36 0.78
Hex D4 B4 DC 4 12 0 E 120 24 4E
Octal 324 264 334 4 22 0 16 440 44 116
Binary 11010100 10110100 11011100 100 10010 0 1110 100100000 100100 1001110

Color Harmonies of #D4B4DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4B4DC

Black with #D4B4DC

Text Example


Text Example

White with #D4B4DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4B4DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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