Html Css Color HEX #D2C4DB Prelude

📋 copy color: '#D2C4DB'

red 210 ◦ green 196 ◦ blue 219

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

Shades of Prelude #D2C4DB

Tints of Prelude #D2C4DB

RGB

 RED value IS 210 (82.42% from 255) = 33.6%

 GREEN value IS 196 (76.95% from 255) = 31.36%

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

R = 33.6%
G = 31.36%
B = 35.04%

CMYK

 C value IS 0.04

 M value IS 0.11

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D2C4DB (or 0xD2C4DB) is known color: Prelude. HEX triplet: D2, C4 and DB. RGB value is (210,196,219). Sum of RGB (Red+Green+Blue) = 210+196+219=625 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.6% from 625); Green value is 196 (76.95% from 255 or 31.36% from 625); Blue value is 219 (85.94% from 255 or 35.04% from 625); Max value from RGB is 219 - color contains mainly: blue. Hex color #D2C4DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2C4DB is #2D3B24. Grayscale: #CACACA. Windows color (decimal): -2964261 or 14402770. OLE color: 14402770.

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

Color convert

RGB 210 196 219 -
CMYK 0.04 0.11 0 0.14
HSL 276.52º 0.24% 0.81% -
HSV(B) 276.52º 0.11% 0.86% -
XYZ 59.1 58.3 75.15 -
YUV 202.81 137.14 133.13 -
System Red Green Blue C M Y K H S L
Decimal 210 196 219 0.04 0.11 0 0.14 276.52 0.24 0.81
Hex D2 C4 DB 4 B 0 E 115 18 51
Octal 322 304 333 4 13 0 16 425 30 121
Binary 11010010 11000100 11011011 100 1011 0 1110 100010101 11000 1010001

Color Harmonies of #D2C4DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2C4DB

Black with #D2C4DB

Text Example


Text Example

White with #D2C4DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2C4DB; }

 p { color: rgb(210,196,219); }

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

background-color css

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

 a { background-color: rgb(210,196,219); }

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

border-color css

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

 span { border-color: rgb(210,196,219); }

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