Html Css Color HEX #D0C1DB Prelude

📋 copy color: '#D0C1DB'

red 208 ◦ green 193 ◦ blue 219

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

Shades of Prelude #D0C1DB

Tints of Prelude #D0C1DB

RGB

 RED value IS 208 (81.64% from 255) = 33.55%

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

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

R = 33.55%
G = 31.13%
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

#D0C1DB (or 0xD0C1DB) is known color: Prelude. HEX triplet: D0, C1 and DB. RGB value is (208,193,219). Sum of RGB (Red+Green+Blue) = 208+193+219=620 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.55% from 620); Green value is 193 (75.78% from 255 or 31.13% 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 #D0C1DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0C1DB is #2F3E24. Grayscale: #C8C8C8. Windows color (decimal): -3096101 or 14402000. OLE color: 14402000.

HSL color Cylindrical-coordinate representation of color #D0C1DB: hue angle of 274.62º 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 #D0C1DB is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 208 193 219 -
CMYK 0.05 0.12 0 0.14
HSL 274.62º 0.27% 0.81% -
HSV(B) 274.62º 0.12% 0.86% -
XYZ 57.87 56.66 74.91 -
YUV 200.45 138.47 133.39 -
System Red Green Blue C M Y K H S L
Decimal 208 193 219 0.05 0.12 0 0.14 274.62 0.27 0.81
Hex D0 C1 DB 5 C 0 E 113 1B 51
Octal 320 301 333 5 14 0 16 423 33 121
Binary 11010000 11000001 11011011 101 1100 0 1110 100010011 11011 1010001

Color Harmonies of #D0C1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C1DB

Black with #D0C1DB

Text Example


Text Example

White with #D0C1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C1DB; }

 p { color: rgb(208,193,219); }

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

background-color css

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

 a { background-color: rgb(208,193,219); }

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

border-color css

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

 span { border-color: rgb(208,193,219); }

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