Html Css Color HEX #D5BBE0 Prelude

📋 copy color: '#D5BBE0'

red 213 ◦ green 187 ◦ blue 224

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

Shades of Prelude #D5BBE0

Tints of Prelude #D5BBE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 35.9%

R = 34.13%
G = 29.97%
B = 35.9%

CMYK

 C value IS 0.05

 M value IS 0.17

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D5BBE0 (or 0xD5BBE0) is known color: Prelude. HEX triplet: D5, BB and E0. RGB value is (213,187,224). Sum of RGB (Red+Green+Blue) = 213+187+224=624 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.13% from 624); Green value is 187 (73.44% from 255 or 29.97% from 624); Blue value is 224 (87.89% from 255 or 35.90% from 624); Max value from RGB is 224 - color contains mainly: blue. Hex color #D5BBE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BBE0 is #2A441F. Grayscale: #C6C6C6. Windows color (decimal): -2769952 or 14728149. OLE color: 14728149.

HSL color Cylindrical-coordinate representation of color #D5BBE0: hue angle of 282.16º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D5BBE0 is Cyan = 0.05, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 213 187 224 -
CMYK 0.05 0.17 0 0.12
HSL 282.16º 0.37% 0.81% -
HSV(B) 282.16º 0.17% 0.88% -
XYZ 58.67 55.07 78.06 -
YUV 198.99 142.11 137.99 -
System Red Green Blue C M Y K H S L
Decimal 213 187 224 0.05 0.17 0 0.12 282.16 0.37 0.81
Hex D5 BB E0 5 11 0 C 11A 25 51
Octal 325 273 340 5 21 0 14 432 45 121
Binary 11010101 10111011 11100000 101 10001 0 1100 100011010 100101 1010001

Color Harmonies of #D5BBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BBE0

Black with #D5BBE0

Text Example


Text Example

White with #D5BBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BBE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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