Html Css Color HEX #D2B1E9 Perfume

📋 copy color: '#D2B1E9'

red 210 ◦ green 177 ◦ blue 233

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

Shades of Perfume #D2B1E9

Tints of Perfume #D2B1E9

RGB

 RED value IS 210 (82.42% from 255) = 33.87%

 GREEN value IS 177 (69.53% from 255) = 28.55%

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

R = 33.87%
G = 28.55%
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

#D2B1E9 (or 0xD2B1E9) is known color: Perfume. HEX triplet: D2, B1 and E9. RGB value is (210,177,233). Sum of RGB (Red+Green+Blue) = 210+177+233=620 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.87% from 620); Green value is 177 (69.53% from 255 or 28.55% 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 #D2B1E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2B1E9 is #2D4E16. Grayscale: #C1C1C1. Windows color (decimal): -2969111 or 15315410. OLE color: 15315410.

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

Color convert

RGB 210 177 233 -
CMYK 0.10 0.24 0 0.09
HSL 275.36º 0.56% 0.8% -
HSV(B) 275.36º 0.24% 0.91% -
XYZ 57.01 51.03 83.94 -
YUV 193.25 150.43 139.95 -
System Red Green Blue C M Y K H S L
Decimal 210 177 233 0.10 0.24 0 0.09 275.36 0.56 0.8
Hex D2 B1 E9 A 18 0 9 113 38 50
Octal 322 261 351 12 30 0 11 423 70 120
Binary 11010010 10110001 11101001 1010 11000 0 1001 100010011 111000 1010000

Color Harmonies of #D2B1E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B1E9

Black with #D2B1E9

Text Example


Text Example

White with #D2B1E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B1E9; }

 p { color: rgb(210,177,233); }

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

background-color css

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

 a { background-color: rgb(210,177,233); }

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

border-color css

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

 span { border-color: rgb(210,177,233); }

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