Html Css Color HEX #D1C1D5 Prelude

📋 copy color: '#D1C1D5'

red 209 ◦ green 193 ◦ blue 213

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

Shades of Prelude #D1C1D5

Tints of Prelude #D1C1D5

RGB

 RED value IS 209 (82.03% from 255) = 33.98%

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

 BLUE value IS 213 (83.59% from 255) = 34.63%

R = 33.98%
G = 31.38%
B = 34.63%

CMYK

 C value IS 0.02

 M value IS 0.09

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D1C1D5 (or 0xD1C1D5) is known color: Prelude. HEX triplet: D1, C1 and D5. RGB value is (209,193,213). Sum of RGB (Red+Green+Blue) = 209+193+213=615 (81% of max value = 765). Red value is 209 (82.03% from 255 or 33.98% from 615); Green value is 193 (75.78% from 255 or 31.38% from 615); Blue value is 213 (83.59% from 255 or 34.63% from 615); Max value from RGB is 213 - color contains mainly: blue. Hex color #D1C1D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1C1D5 is #2E3E2A. Grayscale: #C8C8C8. Windows color (decimal): -3030571 or 14008785. OLE color: 14008785.

HSL color Cylindrical-coordinate representation of color #D1C1D5: hue angle of 288º degrees, saturation: 0.19, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D1C1D5 is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 209 193 213 -
CMYK 0.02 0.09 0 0.16
HSL 288º 0.19% 0.8% -
HSV(B) 288º 0.09% 0.84% -
XYZ 57.37 56.5 70.83 -
YUV 200.06 135.3 134.37 -
System Red Green Blue C M Y K H S L
Decimal 209 193 213 0.02 0.09 0 0.16 288 0.19 0.8
Hex D1 C1 D5 2 9 0 10 120 13 50
Octal 321 301 325 2 11 0 20 440 23 120
Binary 11010001 11000001 11010101 10 1001 0 10000 100100000 10011 1010000

Color Harmonies of #D1C1D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1C1D5

Black with #D1C1D5

Text Example


Text Example

White with #D1C1D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1C1D5; }

 p { color: rgb(209,193,213); }

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

background-color css

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

 a { background-color: rgb(209,193,213); }

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

border-color css

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

 span { border-color: rgb(209,193,213); }

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