Html Css Color HEX #CEB1E5 Perfume

📋 copy color: '#CEB1E5'

red 206 ◦ green 177 ◦ blue 229

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

Shades of Perfume #CEB1E5

Tints of Perfume #CEB1E5

RGB

 RED value IS 206 (80.86% from 255) = 33.66%

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

 BLUE value IS 229 (89.84% from 255) = 37.42%

R = 33.66%
G = 28.92%
B = 37.42%

CMYK

 C value IS 0.10

 M value IS 0.23

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CEB1E5 (or 0xCEB1E5) is known color: Perfume. HEX triplet: CE, B1 and E5. RGB value is (206,177,229). Sum of RGB (Red+Green+Blue) = 206+177+229=612 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.66% from 612); Green value is 177 (69.53% from 255 or 28.92% from 612); Blue value is 229 (89.84% from 255 or 37.42% from 612); Max value from RGB is 229 - color contains mainly: blue. Hex color #CEB1E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEB1E5 is #314E1A. Grayscale: #BFBFBF. Windows color (decimal): -3231259 or 15053262. OLE color: 15053262.

HSL color Cylindrical-coordinate representation of color #CEB1E5: hue angle of 273.46º degrees, saturation: 0.5, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CEB1E5 is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 206 177 229 -
CMYK 0.10 0.23 0 0.10
HSL 273.46º 0.5% 0.8% -
HSV(B) 273.46º 0.23% 0.9% -
XYZ 55.32 50.22 80.91 -
YUV 191.6 149.11 138.27 -
System Red Green Blue C M Y K H S L
Decimal 206 177 229 0.10 0.23 0 0.10 273.46 0.5 0.8
Hex CE B1 E5 A 17 0 A 111 32 50
Octal 316 261 345 12 27 0 12 421 62 120
Binary 11001110 10110001 11100101 1010 10111 0 1010 100010001 110010 1010000

Color Harmonies of #CEB1E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB1E5

Black with #CEB1E5

Text Example


Text Example

White with #CEB1E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB1E5; }

 p { color: rgb(206,177,229); }

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

background-color css

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

 a { background-color: rgb(206,177,229); }

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

border-color css

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

 span { border-color: rgb(206,177,229); }

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