Html Css Color HEX #D4B8DC Prelude

📋 copy color: '#D4B8DC'

red 212 ◦ green 184 ◦ blue 220

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

Shades of Prelude #D4B8DC

Tints of Prelude #D4B8DC

RGB

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

 GREEN value IS 184 (72.27% from 255) = 29.87%

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

R = 34.42%
G = 29.87%
B = 35.71%

CMYK

 C value IS 0.04

 M value IS 0.16

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D4B8DC (or 0xD4B8DC) is known color: Prelude. HEX triplet: D4, B8 and DC. RGB value is (212,184,220). Sum of RGB (Red+Green+Blue) = 212+184+220=616 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.42% from 616); Green value is 184 (72.27% from 255 or 29.87% from 616); Blue value is 220 (86.33% from 255 or 35.71% from 616); Max value from RGB is 220 - color contains mainly: blue. Hex color #D4B8DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4B8DC is #2B4723. Grayscale: #C4C4C4. Windows color (decimal): -2836260 or 14465236. OLE color: 14465236.

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

Color convert

RGB 212 184 220 -
CMYK 0.04 0.16 0 0.14
HSL 286.67º 0.34% 0.79% -
HSV(B) 286.67º 0.16% 0.86% -
XYZ 57.21 53.45 75.01 -
YUV 196.48 141.28 139.07 -
System Red Green Blue C M Y K H S L
Decimal 212 184 220 0.04 0.16 0 0.14 286.67 0.34 0.79
Hex D4 B8 DC 4 10 0 E 11F 22 4F
Octal 324 270 334 4 20 0 16 437 42 117
Binary 11010100 10111000 11011100 100 10000 0 1110 100011111 100010 1001111

Color Harmonies of #D4B8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4B8DC

Black with #D4B8DC

Text Example


Text Example

White with #D4B8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4B8DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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