Html Css Color HEX #D1C0DB Prelude

📋 copy color: '#D1C0DB'

red 209 ◦ green 192 ◦ blue 219

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

Shades of Prelude #D1C0DB

Tints of Prelude #D1C0DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 35.32%

R = 33.71%
G = 30.97%
B = 35.32%

CMYK

 C value IS 0.05

 M value IS 0.12

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D1C0DB (or 0xD1C0DB) is known color: Prelude. HEX triplet: D1, C0 and DB. RGB value is (209,192,219). Sum of RGB (Red+Green+Blue) = 209+192+219=620 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.71% from 620); Green value is 192 (75.39% from 255 or 30.97% from 620); Blue value is 219 (85.94% from 255 or 35.32% from 620); Max value from RGB is 219 - color contains mainly: blue. Hex color #D1C0DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1C0DB is #2E3F24. Grayscale: #C8C8C8. Windows color (decimal): -3030821 or 14401745. OLE color: 14401745.

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

Color convert

RGB 209 192 219 -
CMYK 0.05 0.12 0 0.14
HSL 277.78º 0.27% 0.81% -
HSV(B) 277.78º 0.12% 0.86% -
XYZ 57.93 56.37 74.84 -
YUV 200.16 138.63 134.3 -
System Red Green Blue C M Y K H S L
Decimal 209 192 219 0.05 0.12 0 0.14 277.78 0.27 0.81
Hex D1 C0 DB 5 C 0 E 116 1B 51
Octal 321 300 333 5 14 0 16 426 33 121
Binary 11010001 11000000 11011011 101 1100 0 1110 100010110 11011 1010001

Color Harmonies of #D1C0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1C0DB

Black with #D1C0DB

Text Example


Text Example

White with #D1C0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1C0DB; }

 p { color: rgb(209,192,219); }

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

background-color css

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

 a { background-color: rgb(209,192,219); }

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

border-color css

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

 span { border-color: rgb(209,192,219); }

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