Html Css Color HEX #D3C0DF Prelude

📋 copy color: '#D3C0DF'

red 211 ◦ green 192 ◦ blue 223

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

Shades of Prelude #D3C0DF

Tints of Prelude #D3C0DF

RGB

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

 GREEN value IS 192 (75.39% from 255) = 30.67%

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

R = 33.71%
G = 30.67%
B = 35.62%

CMYK

 C value IS 0.05

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D3C0DF (or 0xD3C0DF) is known color: Prelude. HEX triplet: D3, C0 and DF. RGB value is (211,192,223). Sum of RGB (Red+Green+Blue) = 211+192+223=626 (82% of max value = 765). Red value is 211 (82.81% from 255 or 33.71% from 626); Green value is 192 (75.39% from 255 or 30.67% from 626); Blue value is 223 (87.5% from 255 or 35.62% from 626); Max value from RGB is 223 - color contains mainly: blue. Hex color #D3C0DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3C0DF is #2C3F20. Grayscale: #C9C9C9. Windows color (decimal): -2899745 or 14663891. OLE color: 14663891.

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

Color convert

RGB 211 192 223 -
CMYK 0.05 0.14 0 0.13
HSL 276.77º 0.33% 0.81% -
HSV(B) 276.77º 0.14% 0.87% -
XYZ 59.03 56.88 77.68 -
YUV 201.22 140.29 134.98 -
System Red Green Blue C M Y K H S L
Decimal 211 192 223 0.05 0.14 0 0.13 276.77 0.33 0.81
Hex D3 C0 DF 5 E 0 D 115 21 51
Octal 323 300 337 5 16 0 15 425 41 121
Binary 11010011 11000000 11011111 101 1110 0 1101 100010101 100001 1010001

Color Harmonies of #D3C0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3C0DF

Black with #D3C0DF

Text Example


Text Example

White with #D3C0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3C0DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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