Html Css Color HEX #D5BCE3 Prelude

📋 copy color: '#D5BCE3'

red 213 ◦ green 188 ◦ blue 227

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

Shades of Prelude #D5BCE3

Tints of Prelude #D5BCE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 36.15%

R = 33.92%
G = 29.94%
B = 36.15%

CMYK

 C value IS 0.06

 M value IS 0.17

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D5BCE3 (or 0xD5BCE3) is known color: Prelude. HEX triplet: D5, BC and E3. RGB value is (213,188,227). Sum of RGB (Red+Green+Blue) = 213+188+227=628 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.92% from 628); Green value is 188 (73.83% from 255 or 29.94% from 628); Blue value is 227 (89.06% from 255 or 36.15% from 628); Max value from RGB is 227 - color contains mainly: blue. Hex color #D5BCE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BCE3 is #2A431C. Grayscale: #C7C7C7. Windows color (decimal): -2769693 or 14925013. OLE color: 14925013.

HSL color Cylindrical-coordinate representation of color #D5BCE3: hue angle of 278.46º degrees, saturation: 0.41, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D5BCE3 is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 213 188 227 -
CMYK 0.06 0.17 0 0.11
HSL 278.46º 0.41% 0.81% -
HSV(B) 278.46º 0.17% 0.89% -
XYZ 59.29 55.66 80.29 -
YUV 199.92 143.28 137.33 -
System Red Green Blue C M Y K H S L
Decimal 213 188 227 0.06 0.17 0 0.11 278.46 0.41 0.81
Hex D5 BC E3 6 11 0 B 116 29 51
Octal 325 274 343 6 21 0 13 426 51 121
Binary 11010101 10111100 11100011 110 10001 0 1011 100010110 101001 1010001

Color Harmonies of #D5BCE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BCE3

Black with #D5BCE3

Text Example


Text Example

White with #D5BCE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BCE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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