Html Css Color HEX #D5B2DC Prelude

📋 copy color: '#D5B2DC'

red 213 ◦ green 178 ◦ blue 220

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

Shades of Prelude #D5B2DC

Tints of Prelude #D5B2DC

RGB

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

 GREEN value IS 178 (69.92% from 255) = 29.13%

 BLUE value IS 220 (86.33% from 255) = 36.01%

R = 34.86%
G = 29.13%
B = 36.01%

CMYK

 C value IS 0.03

 M value IS 0.19

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D5B2DC (or 0xD5B2DC) is known color: Prelude. HEX triplet: D5, B2 and DC. RGB value is (213,178,220). Sum of RGB (Red+Green+Blue) = 213+178+220=611 (80% of max value = 765). Red value is 213 (83.59% from 255 or 34.86% from 611); Green value is 178 (69.92% from 255 or 29.13% from 611); Blue value is 220 (86.33% from 255 or 36.01% from 611); Max value from RGB is 220 - color contains mainly: blue. Hex color #D5B2DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5B2DC is #2A4D23. Grayscale: #C1C1C1. Windows color (decimal): -2772260 or 14463701. OLE color: 14463701.

HSL color Cylindrical-coordinate representation of color #D5B2DC: hue angle of 290º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D5B2DC is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 213 178 220 -
CMYK 0.03 0.19 0 0.14
HSL 290º 0.38% 0.78% -
HSV(B) 290º 0.19% 0.86% -
XYZ 56.28 51.15 74.62 -
YUV 193.25 143.1 142.08 -
System Red Green Blue C M Y K H S L
Decimal 213 178 220 0.03 0.19 0 0.14 290 0.38 0.78
Hex D5 B2 DC 3 13 0 E 122 26 4E
Octal 325 262 334 3 23 0 16 442 46 116
Binary 11010101 10110010 11011100 11 10011 0 1110 100100010 100110 1001110

Color Harmonies of #D5B2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B2DC

Black with #D5B2DC

Text Example


Text Example

White with #D5B2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B2DC; }

 p { color: rgb(213,178,220); }

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

background-color css

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

 a { background-color: rgb(213,178,220); }

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

border-color css

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

 span { border-color: rgb(213,178,220); }

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