Html Css Color HEX #D2C2DB Prelude

📋 copy color: '#D2C2DB'

red 210 ◦ green 194 ◦ blue 219

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

Shades of Prelude #D2C2DB

Tints of Prelude #D2C2DB

RGB

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

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

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

R = 33.71%
G = 31.14%
B = 35.15%

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

#D2C2DB (or 0xD2C2DB) is known color: Prelude. HEX triplet: D2, C2 and DB. RGB value is (210,194,219). Sum of RGB (Red+Green+Blue) = 210+194+219=623 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.71% from 623); Green value is 194 (76.17% from 255 or 31.14% from 623); Blue value is 219 (85.94% from 255 or 35.15% from 623); Max value from RGB is 219 - color contains mainly: blue. Hex color #D2C2DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2C2DB is #2D3D24. Grayscale: #C9C9C9. Windows color (decimal): -2964773 or 14402258. OLE color: 14402258.

HSL color Cylindrical-coordinate representation of color #D2C2DB: hue angle of 278.4º degrees, saturation: 0.26, 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 #D2C2DB is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 210 194 219 -
CMYK 0.04 0.11 0 0.14
HSL 278.4º 0.26% 0.81% -
HSV(B) 278.4º 0.11% 0.86% -
XYZ 58.66 57.4 75.01 -
YUV 201.63 137.8 133.97 -
System Red Green Blue C M Y K H S L
Decimal 210 194 219 0.04 0.11 0 0.14 278.4 0.26 0.81
Hex D2 C2 DB 4 B 0 E 116 1A 51
Octal 322 302 333 4 13 0 16 426 32 121
Binary 11010010 11000010 11011011 100 1011 0 1110 100010110 11010 1010001

Color Harmonies of #D2C2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2C2DB

Black with #D2C2DB

Text Example


Text Example

White with #D2C2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2C2DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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