Html Css Color HEX #D4C1DC Prelude

📋 copy color: '#D4C1DC'

red 212 ◦ green 193 ◦ blue 220

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

Shades of Prelude #D4C1DC

Tints of Prelude #D4C1DC

RGB

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

 GREEN value IS 193 (75.78% from 255) = 30.88%

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

R = 33.92%
G = 30.88%
B = 35.2%

CMYK

 C value IS 0.04

 M value IS 0.12

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D4C1DC (or 0xD4C1DC) is known color: Prelude. HEX triplet: D4, C1 and DC. RGB value is (212,193,220). Sum of RGB (Red+Green+Blue) = 212+193+220=625 (82% of max value = 765). Red value is 212 (83.20% from 255 or 33.92% from 625); Green value is 193 (75.78% from 255 or 30.88% from 625); Blue value is 220 (86.33% from 255 or 35.2% from 625); Max value from RGB is 220 - color contains mainly: blue. Hex color #D4C1DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4C1DC is #2B3E23. Grayscale: #C9C9C9. Windows color (decimal): -2833956 or 14467540. OLE color: 14467540.

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

Color convert

RGB 212 193 220 -
CMYK 0.04 0.12 0 0.14
HSL 282.22º 0.28% 0.81% -
HSV(B) 282.22º 0.12% 0.86% -
XYZ 59.14 57.3 75.65 -
YUV 201.76 138.29 135.3 -
System Red Green Blue C M Y K H S L
Decimal 212 193 220 0.04 0.12 0 0.14 282.22 0.28 0.81
Hex D4 C1 DC 4 C 0 E 11A 1C 51
Octal 324 301 334 4 14 0 16 432 34 121
Binary 11010100 11000001 11011100 100 1100 0 1110 100011010 11100 1010001

Color Harmonies of #D4C1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4C1DC

Black with #D4C1DC

Text Example


Text Example

White with #D4C1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4C1DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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