Html Css Color HEX #D5C3DB Prelude

📋 copy color: '#D5C3DB'

red 213 ◦ green 195 ◦ blue 219

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

Shades of Prelude #D5C3DB

Tints of Prelude #D5C3DB

RGB

 RED value IS 213 (83.59% from 255) = 33.97%

 GREEN value IS 195 (76.56% from 255) = 31.1%

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

R = 33.97%
G = 31.1%
B = 34.93%

CMYK

 C value IS 0.03

 M value IS 0.11

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D5C3DB (or 0xD5C3DB) is known color: Prelude. HEX triplet: D5, C3 and DB. RGB value is (213,195,219). Sum of RGB (Red+Green+Blue) = 213+195+219=627 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.97% from 627); Green value is 195 (76.56% from 255 or 31.10% from 627); Blue value is 219 (85.94% from 255 or 34.93% from 627); Max value from RGB is 219 - color contains mainly: blue. Hex color #D5C3DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5C3DB is #2A3C24. Grayscale: #CBCBCB. Windows color (decimal): -2767909 or 14402517. OLE color: 14402517.

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

Color convert

RGB 213 195 219 -
CMYK 0.03 0.11 0 0.14
HSL 285º 0.25% 0.81% -
HSV(B) 285º 0.11% 0.86% -
XYZ 59.74 58.29 75.12 -
YUV 203.12 136.96 135.05 -
System Red Green Blue C M Y K H S L
Decimal 213 195 219 0.03 0.11 0 0.14 285 0.25 0.81
Hex D5 C3 DB 3 B 0 E 11D 19 51
Octal 325 303 333 3 13 0 16 435 31 121
Binary 11010101 11000011 11011011 11 1011 0 1110 100011101 11001 1010001

Color Harmonies of #D5C3DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C3DB

Black with #D5C3DB

Text Example


Text Example

White with #D5C3DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C3DB; }

 p { color: rgb(213,195,219); }

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

background-color css

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

 a { background-color: rgb(213,195,219); }

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

border-color css

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

 span { border-color: rgb(213,195,219); }

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