Html Css Color HEX #D3BBE2 Prelude

📋 copy color: '#D3BBE2'

red 211 ◦ green 187 ◦ blue 226

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

Shades of Prelude #D3BBE2

Tints of Prelude #D3BBE2

RGB

 RED value IS 211 (82.81% from 255) = 33.81%

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

 BLUE value IS 226 (88.67% from 255) = 36.22%

R = 33.81%
G = 29.97%
B = 36.22%

CMYK

 C value IS 0.07

 M value IS 0.17

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D3BBE2 (or 0xD3BBE2) is known color: Prelude. HEX triplet: D3, BB and E2. RGB value is (211,187,226). Sum of RGB (Red+Green+Blue) = 211+187+226=624 (82% of max value = 765). Red value is 211 (82.81% from 255 or 33.81% from 624); Green value is 187 (73.44% from 255 or 29.97% from 624); Blue value is 226 (88.67% from 255 or 36.22% from 624); Max value from RGB is 226 - color contains mainly: blue. Hex color #D3BBE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3BBE2 is #2C441D. Grayscale: #C6C6C6. Windows color (decimal): -2901022 or 14859219. OLE color: 14859219.

HSL color Cylindrical-coordinate representation of color #D3BBE2: hue angle of 276.92º degrees, saturation: 0.4, 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 #D3BBE2 is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 211 187 226 -
CMYK 0.07 0.17 0 0.11
HSL 276.92º 0.4% 0.81% -
HSV(B) 276.92º 0.17% 0.89% -
XYZ 58.36 54.88 79.47 -
YUV 198.62 143.45 136.83 -
System Red Green Blue C M Y K H S L
Decimal 211 187 226 0.07 0.17 0 0.11 276.92 0.4 0.81
Hex D3 BB E2 7 11 0 B 115 28 51
Octal 323 273 342 7 21 0 13 425 50 121
Binary 11010011 10111011 11100010 111 10001 0 1011 100010101 101000 1010001

Color Harmonies of #D3BBE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3BBE2

Black with #D3BBE2

Text Example


Text Example

White with #D3BBE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3BBE2; }

 p { color: rgb(211,187,226); }

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

background-color css

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

 a { background-color: rgb(211,187,226); }

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

border-color css

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

 span { border-color: rgb(211,187,226); }

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