Html Css Color HEX #D3C2DD Prelude

📋 copy color: '#D3C2DD'

red 211 ◦ green 194 ◦ blue 221

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

Shades of Prelude #D3C2DD

Tints of Prelude #D3C2DD

RGB

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

 GREEN value IS 194 (76.17% from 255) = 30.99%

 BLUE value IS 221 (86.72% from 255) = 35.3%

R = 33.71%
G = 30.99%
B = 35.3%

CMYK

 C value IS 0.05

 M value IS 0.12

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D3C2DD (or 0xD3C2DD) is known color: Prelude. HEX triplet: D3, C2 and DD. RGB value is (211,194,221). Sum of RGB (Red+Green+Blue) = 211+194+221=626 (82% of max value = 765). Red value is 211 (82.81% from 255 or 33.71% from 626); Green value is 194 (76.17% from 255 or 30.99% from 626); Blue value is 221 (86.72% from 255 or 35.30% from 626); Max value from RGB is 221 - color contains mainly: blue. Hex color #D3C2DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3C2DD is #2C3D22. Grayscale: #CACACA. Windows color (decimal): -2899235 or 14533331. OLE color: 14533331.

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

Color convert

RGB 211 194 221 -
CMYK 0.05 0.12 0 0.13
HSL 277.78º 0.28% 0.81% -
HSV(B) 277.78º 0.12% 0.87% -
XYZ 59.21 57.65 76.41 -
YUV 202.16 138.63 134.3 -
System Red Green Blue C M Y K H S L
Decimal 211 194 221 0.05 0.12 0 0.13 277.78 0.28 0.81
Hex D3 C2 DD 5 C 0 D 116 1C 51
Octal 323 302 335 5 14 0 15 426 34 121
Binary 11010011 11000010 11011101 101 1100 0 1101 100010110 11100 1010001

Color Harmonies of #D3C2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3C2DD

Black with #D3C2DD

Text Example


Text Example

White with #D3C2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3C2DD; }

 p { color: rgb(211,194,221); }

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

background-color css

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

 a { background-color: rgb(211,194,221); }

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

border-color css

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

 span { border-color: rgb(211,194,221); }

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