Html Css Color HEX #D4C3DB Prelude

📋 copy color: '#D4C3DB'

red 212 ◦ green 195 ◦ blue 219

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

Shades of Prelude #D4C3DB

Tints of Prelude #D4C3DB

RGB

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

 GREEN value IS 195 (76.56% from 255) = 31.15%

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

R = 33.87%
G = 31.15%
B = 34.98%

CMYK

 C value IS 0.03

 M value IS 0.11

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D4C3DB (or 0xD4C3DB) is known color: Prelude. HEX triplet: D4, C3 and DB. RGB value is (212,195,219). Sum of RGB (Red+Green+Blue) = 212+195+219=626 (82% of max value = 765). Red value is 212 (83.20% from 255 or 33.87% from 626); Green value is 195 (76.56% from 255 or 31.15% from 626); Blue value is 219 (85.94% from 255 or 34.98% from 626); Max value from RGB is 219 - color contains mainly: blue. Hex color #D4C3DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4C3DB is #2B3C24. Grayscale: #CACACA. Windows color (decimal): -2833445 or 14402516. OLE color: 14402516.

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

Color convert

RGB 212 195 219 -
CMYK 0.03 0.11 0 0.14
HSL 282.5º 0.25% 0.81% -
HSV(B) 282.5º 0.11% 0.86% -
XYZ 59.45 58.14 75.11 -
YUV 202.82 137.13 134.55 -
System Red Green Blue C M Y K H S L
Decimal 212 195 219 0.03 0.11 0 0.14 282.5 0.25 0.81
Hex D4 C3 DB 3 B 0 E 11A 19 51
Octal 324 303 333 3 13 0 16 432 31 121
Binary 11010100 11000011 11011011 11 1011 0 1110 100011010 11001 1010001

Color Harmonies of #D4C3DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4C3DB

Black with #D4C3DB

Text Example


Text Example

White with #D4C3DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4C3DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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