Html Css Color HEX #D4B7DF Prelude

📋 copy color: '#D4B7DF'

red 212 ◦ green 183 ◦ blue 223

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

Shades of Prelude #D4B7DF

Tints of Prelude #D4B7DF

RGB

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

 GREEN value IS 183 (71.88% from 255) = 29.61%

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

R = 34.3%
G = 29.61%
B = 36.08%

CMYK

 C value IS 0.05

 M value IS 0.18

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D4B7DF (or 0xD4B7DF) is known color: Prelude. HEX triplet: D4, B7 and DF. RGB value is (212,183,223). Sum of RGB (Red+Green+Blue) = 212+183+223=618 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.30% from 618); Green value is 183 (71.88% from 255 or 29.61% from 618); Blue value is 223 (87.5% from 255 or 36.08% from 618); Max value from RGB is 223 - color contains mainly: blue. Hex color #D4B7DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4B7DF is #2B4820. Grayscale: #C4C4C4. Windows color (decimal): -2836513 or 14661588. OLE color: 14661588.

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

Color convert

RGB 212 183 223 -
CMYK 0.05 0.18 0 0.13
HSL 283.5º 0.38% 0.8% -
HSV(B) 283.5º 0.18% 0.87% -
XYZ 57.4 53.19 77.05 -
YUV 196.23 143.11 139.25 -
System Red Green Blue C M Y K H S L
Decimal 212 183 223 0.05 0.18 0 0.13 283.5 0.38 0.8
Hex D4 B7 DF 5 12 0 D 11C 26 50
Octal 324 267 337 5 22 0 15 434 46 120
Binary 11010100 10110111 11011111 101 10010 0 1101 100011100 100110 1010000

Color Harmonies of #D4B7DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4B7DF

Black with #D4B7DF

Text Example


Text Example

White with #D4B7DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4B7DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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