Html Css Color HEX #D5BCDC Prelude

📋 copy color: '#D5BCDC'

red 213 ◦ green 188 ◦ blue 220

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

Shades of Prelude #D5BCDC

Tints of Prelude #D5BCDC

RGB

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

 GREEN value IS 188 (73.83% from 255) = 30.27%

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

R = 34.3%
G = 30.27%
B = 35.43%

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

#D5BCDC (or 0xD5BCDC) is known color: Prelude. HEX triplet: D5, BC and DC. RGB value is (213,188,220). Sum of RGB (Red+Green+Blue) = 213+188+220=621 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.30% from 621); Green value is 188 (73.83% from 255 or 30.27% from 621); Blue value is 220 (86.33% from 255 or 35.43% from 621); Max value from RGB is 220 - color contains mainly: blue. Hex color #D5BCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BCDC is #2A4323. Grayscale: #C7C7C7. Windows color (decimal): -2769700 or 14466261. OLE color: 14466261.

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

Color convert

RGB 213 188 220 -
CMYK 0.03 0.15 0 0.14
HSL 286.88º 0.31% 0.8% -
HSV(B) 286.88º 0.15% 0.86% -
XYZ 58.34 55.28 75.31 -
YUV 199.12 139.78 137.9 -
System Red Green Blue C M Y K H S L
Decimal 213 188 220 0.03 0.15 0 0.14 286.88 0.31 0.8
Hex D5 BC DC 3 F 0 E 11F 1F 50
Octal 325 274 334 3 17 0 16 437 37 120
Binary 11010101 10111100 11011100 11 1111 0 1110 100011111 11111 1010000

Color Harmonies of #D5BCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BCDC

Black with #D5BCDC

Text Example


Text Example

White with #D5BCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BCDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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