Html Css Color HEX #D4C1DB Prelude

📋 copy color: '#D4C1DB'

red 212 ◦ green 193 ◦ blue 219

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

Shades of Prelude #D4C1DB

Tints of Prelude #D4C1DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 35.1%

R = 33.97%
G = 30.93%
B = 35.1%

CMYK

 C value IS 0.03

 M value IS 0.12

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D4C1DB (or 0xD4C1DB) is known color: Prelude. HEX triplet: D4, C1 and DB. RGB value is (212,193,219). Sum of RGB (Red+Green+Blue) = 212+193+219=624 (82% of max value = 765). Red value is 212 (83.20% from 255 or 33.97% from 624); Green value is 193 (75.78% from 255 or 30.93% from 624); Blue value is 219 (85.94% from 255 or 35.10% from 624); Max value from RGB is 219 - color contains mainly: blue. Hex color #D4C1DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4C1DB is #2B3E24. Grayscale: #C9C9C9. Windows color (decimal): -2833957 or 14402004. OLE color: 14402004.

HSL color Cylindrical-coordinate representation of color #D4C1DB: hue angle of 283.85º degrees, saturation: 0.27, 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 #D4C1DB is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 212 193 219 -
CMYK 0.03 0.12 0 0.14
HSL 283.85º 0.27% 0.81% -
HSV(B) 283.85º 0.12% 0.86% -
XYZ 59.01 57.25 74.96 -
YUV 201.65 137.79 135.39 -
System Red Green Blue C M Y K H S L
Decimal 212 193 219 0.03 0.12 0 0.14 283.85 0.27 0.81
Hex D4 C1 DB 3 C 0 E 11C 1B 51
Octal 324 301 333 3 14 0 16 434 33 121
Binary 11010100 11000001 11011011 11 1100 0 1110 100011100 11011 1010001

Color Harmonies of #D4C1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4C1DB

Black with #D4C1DB

Text Example


Text Example

White with #D4C1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4C1DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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