Html Css Color HEX #D3B2DF Prelude

📋 copy color: '#D3B2DF'

red 211 ◦ green 178 ◦ blue 223

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

Shades of Prelude #D3B2DF

Tints of Prelude #D3B2DF

RGB

 RED value IS 211 (82.81% from 255) = 34.48%

 GREEN value IS 178 (69.92% from 255) = 29.08%

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

R = 34.48%
G = 29.08%
B = 36.44%

CMYK

 C value IS 0.05

 M value IS 0.20

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D3B2DF (or 0xD3B2DF) is known color: Prelude. HEX triplet: D3, B2 and DF. RGB value is (211,178,223). Sum of RGB (Red+Green+Blue) = 211+178+223=612 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.48% from 612); Green value is 178 (69.92% from 255 or 29.08% from 612); Blue value is 223 (87.5% from 255 or 36.44% from 612); Max value from RGB is 223 - color contains mainly: blue. Hex color #D3B2DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3B2DF is #2C4D20. Grayscale: #C0C0C0. Windows color (decimal): -2903329 or 14660307. OLE color: 14660307.

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

Color convert

RGB 211 178 223 -
CMYK 0.05 0.20 0 0.13
HSL 284º 0.41% 0.79% -
HSV(B) 284º 0.2% 0.87% -
XYZ 56.1 51.02 76.7 -
YUV 193 144.93 140.84 -
System Red Green Blue C M Y K H S L
Decimal 211 178 223 0.05 0.20 0 0.13 284 0.41 0.79
Hex D3 B2 DF 5 14 0 D 11C 29 4F
Octal 323 262 337 5 24 0 15 434 51 117
Binary 11010011 10110010 11011111 101 10100 0 1101 100011100 101001 1001111

Color Harmonies of #D3B2DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3B2DF

Black with #D3B2DF

Text Example


Text Example

White with #D3B2DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3B2DF; }

 p { color: rgb(211,178,223); }

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

background-color css

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

 a { background-color: rgb(211,178,223); }

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

border-color css

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

 span { border-color: rgb(211,178,223); }

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