Html Css Color HEX #D1B2E9 Perfume

📋 copy color: '#D1B2E9'

red 209 ◦ green 178 ◦ blue 233

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

Shades of Perfume #D1B2E9

Tints of Perfume #D1B2E9

RGB

 RED value IS 209 (82.03% from 255) = 33.71%

 GREEN value IS 178 (69.92% from 255) = 28.71%

 BLUE value IS 233 (91.41% from 255) = 37.58%

R = 33.71%
G = 28.71%
B = 37.58%

CMYK

 C value IS 0.10

 M value IS 0.24

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D1B2E9 (or 0xD1B2E9) is known color: Perfume. HEX triplet: D1, B2 and E9. RGB value is (209,178,233). Sum of RGB (Red+Green+Blue) = 209+178+233=620 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.71% from 620); Green value is 178 (69.92% from 255 or 28.71% from 620); Blue value is 233 (91.41% from 255 or 37.58% from 620); Max value from RGB is 233 - color contains mainly: blue. Hex color #D1B2E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1B2E9 is #2E4D16. Grayscale: #C1C1C1. Windows color (decimal): -3034391 or 15315665. OLE color: 15315665.

HSL color Cylindrical-coordinate representation of color #D1B2E9: hue angle of 273.82º degrees, saturation: 0.56, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D1B2E9 is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 209 178 233 -
CMYK 0.10 0.24 0 0.09
HSL 273.82º 0.56% 0.81% -
HSV(B) 273.82º 0.24% 0.91% -
XYZ 56.92 51.28 83.99 -
YUV 193.54 150.27 139.03 -
System Red Green Blue C M Y K H S L
Decimal 209 178 233 0.10 0.24 0 0.09 273.82 0.56 0.81
Hex D1 B2 E9 A 18 0 9 112 38 51
Octal 321 262 351 12 30 0 11 422 70 121
Binary 11010001 10110010 11101001 1010 11000 0 1001 100010010 111000 1010001

Color Harmonies of #D1B2E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B2E9

Black with #D1B2E9

Text Example


Text Example

White with #D1B2E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B2E9; }

 p { color: rgb(209,178,233); }

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

background-color css

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

 a { background-color: rgb(209,178,233); }

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

border-color css

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

 span { border-color: rgb(209,178,233); }

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