Html Css Color HEX #D4B2DC Prelude

📋 copy color: '#D4B2DC'

red 212 ◦ green 178 ◦ blue 220

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

Shades of Prelude #D4B2DC

Tints of Prelude #D4B2DC

RGB

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

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

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

R = 34.75%
G = 29.18%
B = 36.07%

CMYK

 C value IS 0.04

 M value IS 0.19

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D4B2DC (or 0xD4B2DC) is known color: Prelude. HEX triplet: D4, B2 and DC. RGB value is (212,178,220). Sum of RGB (Red+Green+Blue) = 212+178+220=610 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.75% from 610); Green value is 178 (69.92% from 255 or 29.18% from 610); Blue value is 220 (86.33% from 255 or 36.07% from 610); Max value from RGB is 220 - color contains mainly: blue. Hex color #D4B2DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4B2DC is #2B4D23. Grayscale: #C0C0C0. Windows color (decimal): -2837796 or 14463700. OLE color: 14463700.

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

Color convert

RGB 212 178 220 -
CMYK 0.04 0.19 0 0.14
HSL 288.57º 0.38% 0.78% -
HSV(B) 288.57º 0.19% 0.86% -
XYZ 55.99 51.01 74.6 -
YUV 192.95 143.26 141.58 -
System Red Green Blue C M Y K H S L
Decimal 212 178 220 0.04 0.19 0 0.14 288.57 0.38 0.78
Hex D4 B2 DC 4 13 0 E 121 26 4E
Octal 324 262 334 4 23 0 16 441 46 116
Binary 11010100 10110010 11011100 100 10011 0 1110 100100001 100110 1001110

Color Harmonies of #D4B2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4B2DC

Black with #D4B2DC

Text Example


Text Example

White with #D4B2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4B2DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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