Html Css Color HEX #D4C1DF Prelude

📋 copy color: '#D4C1DF'

red 212 ◦ green 193 ◦ blue 223

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

Shades of Prelude #D4C1DF

Tints of Prelude #D4C1DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 35.51%

R = 33.76%
G = 30.73%
B = 35.51%

CMYK

 C value IS 0.05

 M value IS 0.13

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D4C1DF (or 0xD4C1DF) is known color: Prelude. HEX triplet: D4, C1 and DF. RGB value is (212,193,223). Sum of RGB (Red+Green+Blue) = 212+193+223=628 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.76% from 628); Green value is 193 (75.78% from 255 or 30.73% from 628); Blue value is 223 (87.5% from 255 or 35.51% from 628); Max value from RGB is 223 - color contains mainly: blue. Hex color #D4C1DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4C1DF is #2B3E20. Grayscale: #C9C9C9. Windows color (decimal): -2833953 or 14664148. OLE color: 14664148.

HSL color Cylindrical-coordinate representation of color #D4C1DF: hue angle of 278º degrees, saturation: 0.32, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D4C1DF is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 212 193 223 -
CMYK 0.05 0.13 0 0.13
HSL 278º 0.32% 0.82% -
HSV(B) 278º 0.13% 0.87% -
XYZ 59.54 57.46 77.77 -
YUV 202.1 139.79 135.06 -
System Red Green Blue C M Y K H S L
Decimal 212 193 223 0.05 0.13 0 0.13 278 0.32 0.82
Hex D4 C1 DF 5 D 0 D 116 20 52
Octal 324 301 337 5 15 0 15 426 40 122
Binary 11010100 11000001 11011111 101 1101 0 1101 100010110 100000 1010010

Color Harmonies of #D4C1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4C1DF

Black with #D4C1DF

Text Example


Text Example

White with #D4C1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4C1DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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