Html Css Color HEX #D5BBDC Prelude

📋 copy color: '#D5BBDC'

red 213 ◦ green 187 ◦ blue 220

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

Shades of Prelude #D5BBDC

Tints of Prelude #D5BBDC

RGB

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

 GREEN value IS 187 (73.44% from 255) = 30.16%

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

R = 34.35%
G = 30.16%
B = 35.48%

CMYK

 C value IS 0.03

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D5BBDC (or 0xD5BBDC) is known color: Prelude. HEX triplet: D5, BB and DC. RGB value is (213,187,220). Sum of RGB (Red+Green+Blue) = 213+187+220=620 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.35% from 620); Green value is 187 (73.44% from 255 or 30.16% from 620); Blue value is 220 (86.33% from 255 or 35.48% from 620); Max value from RGB is 220 - color contains mainly: blue. Hex color #D5BBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BBDC is #2A4423. Grayscale: #C6C6C6. Windows color (decimal): -2769956 or 14466005. OLE color: 14466005.

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

Color convert

RGB 213 187 220 -
CMYK 0.03 0.15 0 0.14
HSL 287.27º 0.32% 0.8% -
HSV(B) 287.27º 0.15% 0.86% -
XYZ 58.13 54.85 75.23 -
YUV 198.54 140.11 138.32 -
System Red Green Blue C M Y K H S L
Decimal 213 187 220 0.03 0.15 0 0.14 287.27 0.32 0.8
Hex D5 BB DC 3 F 0 E 11F 20 50
Octal 325 273 334 3 17 0 16 437 40 120
Binary 11010101 10111011 11011100 11 1111 0 1110 100011111 100000 1010000

Color Harmonies of #D5BBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BBDC

Black with #D5BBDC

Text Example


Text Example

White with #D5BBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BBDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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