Html Css Color HEX #D5BDDC Prelude

📋 copy color: '#D5BDDC'

red 213 ◦ green 189 ◦ blue 220

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

Shades of Prelude #D5BDDC

Tints of Prelude #D5BDDC

RGB

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

 GREEN value IS 189 (74.22% from 255) = 30.39%

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

R = 34.24%
G = 30.39%
B = 35.37%

CMYK

 C value IS 0.03

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D5BDDC (or 0xD5BDDC) is known color: Prelude. HEX triplet: D5, BD and DC. RGB value is (213,189,220). Sum of RGB (Red+Green+Blue) = 213+189+220=622 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.24% from 622); Green value is 189 (74.22% from 255 or 30.39% from 622); Blue value is 220 (86.33% from 255 or 35.37% from 622); Max value from RGB is 220 - color contains mainly: blue. Hex color #D5BDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BDDC is #2A4223. Grayscale: #C7C7C7. Windows color (decimal): -2769444 or 14466517. OLE color: 14466517.

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

Color convert

RGB 213 189 220 -
CMYK 0.03 0.14 0 0.14
HSL 286.45º 0.31% 0.8% -
HSV(B) 286.45º 0.14% 0.86% -
XYZ 58.56 55.71 75.38 -
YUV 199.71 139.45 137.48 -
System Red Green Blue C M Y K H S L
Decimal 213 189 220 0.03 0.14 0 0.14 286.45 0.31 0.8
Hex D5 BD DC 3 E 0 E 11E 1F 50
Octal 325 275 334 3 16 0 16 436 37 120
Binary 11010101 10111101 11011100 11 1110 0 1110 100011110 11111 1010000

Color Harmonies of #D5BDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BDDC

Black with #D5BDDC

Text Example


Text Example

White with #D5BDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BDDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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