Html Css Color HEX #D7BBDF Prelude

📋 copy color: '#D7BBDF'

red 215 ◦ green 187 ◦ blue 223

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

Shades of Prelude #D7BBDF

Tints of Prelude #D7BBDF

RGB

 RED value IS 215 (84.38% from 255) = 34.4%

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

 BLUE value IS 223 (87.5% from 255) = 35.68%

R = 34.4%
G = 29.92%
B = 35.68%

CMYK

 C value IS 0.04

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D7BBDF (or 0xD7BBDF) is known color: Prelude. HEX triplet: D7, BB and DF. RGB value is (215,187,223). Sum of RGB (Red+Green+Blue) = 215+187+223=625 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.4% from 625); Green value is 187 (73.44% from 255 or 29.92% from 625); Blue value is 223 (87.5% from 255 or 35.68% from 625); Max value from RGB is 223 - color contains mainly: blue. Hex color #D7BBDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7BBDF is #284420. Grayscale: #C7C7C7. Windows color (decimal): -2638881 or 14662615. OLE color: 14662615.

HSL color Cylindrical-coordinate representation of color #D7BBDF: hue angle of 286.67º degrees, saturation: 0.36, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D7BBDF is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 215 187 223 -
CMYK 0.04 0.16 0 0.13
HSL 286.67º 0.36% 0.8% -
HSV(B) 286.67º 0.16% 0.87% -
XYZ 59.11 55.32 77.37 -
YUV 199.48 141.28 139.07 -
System Red Green Blue C M Y K H S L
Decimal 215 187 223 0.04 0.16 0 0.13 286.67 0.36 0.8
Hex D7 BB DF 4 10 0 D 11F 24 50
Octal 327 273 337 4 20 0 15 437 44 120
Binary 11010111 10111011 11011111 100 10000 0 1101 100011111 100100 1010000

Color Harmonies of #D7BBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7BBDF

Black with #D7BBDF

Text Example


Text Example

White with #D7BBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7BBDF; }

 p { color: rgb(215,187,223); }

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

background-color css

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

 a { background-color: rgb(215,187,223); }

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

border-color css

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

 span { border-color: rgb(215,187,223); }

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