Html Css Color HEX #D4BBE0 Prelude

📋 copy color: '#D4BBE0'

red 212 ◦ green 187 ◦ blue 224

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

Shades of Prelude #D4BBE0

Tints of Prelude #D4BBE0

RGB

 RED value IS 212 (83.2% from 255) = 34.03%

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

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

R = 34.03%
G = 30.02%
B = 35.96%

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

#D4BBE0 (or 0xD4BBE0) is known color: Prelude. HEX triplet: D4, BB and E0. RGB value is (212,187,224). Sum of RGB (Red+Green+Blue) = 212+187+224=623 (82% of max value = 765). Red value is 212 (83.20% from 255 or 34.03% from 623); Green value is 187 (73.44% from 255 or 30.02% from 623); Blue value is 224 (87.89% from 255 or 35.96% from 623); Max value from RGB is 224 - color contains mainly: blue. Hex color #D4BBE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4BBE0 is #2B441F. Grayscale: #C6C6C6. Windows color (decimal): -2835488 or 14728148. OLE color: 14728148.

HSL color Cylindrical-coordinate representation of color #D4BBE0: hue angle of 280.54º 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 #D4BBE0 is Cyan = 0.05, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 212 187 224 -
CMYK 0.05 0.17 0 0.12
HSL 280.54º 0.37% 0.81% -
HSV(B) 280.54º 0.17% 0.88% -
XYZ 58.38 54.92 78.04 -
YUV 198.69 142.28 137.49 -
System Red Green Blue C M Y K H S L
Decimal 212 187 224 0.05 0.17 0 0.12 280.54 0.37 0.81
Hex D4 BB E0 5 11 0 C 119 25 51
Octal 324 273 340 5 21 0 14 431 45 121
Binary 11010100 10111011 11100000 101 10001 0 1100 100011001 100101 1010001

Color Harmonies of #D4BBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4BBE0

Black with #D4BBE0

Text Example


Text Example

White with #D4BBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4BBE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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