Html Css Color HEX #CEB1E9 Perfume

📋 copy color: '#CEB1E9'

red 206 ◦ green 177 ◦ blue 233

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

Shades of Perfume #CEB1E9

Tints of Perfume #CEB1E9

RGB

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

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

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

R = 33.44%
G = 28.73%
B = 37.82%

CMYK

 C value IS 0.12

 M value IS 0.24

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CEB1E9 (or 0xCEB1E9) is known color: Perfume. HEX triplet: CE, B1 and E9. RGB value is (206,177,233). Sum of RGB (Red+Green+Blue) = 206+177+233=616 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.44% from 616); Green value is 177 (69.53% from 255 or 28.73% from 616); Blue value is 233 (91.41% from 255 or 37.82% from 616); Max value from RGB is 233 - color contains mainly: blue. Hex color #CEB1E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEB1E9 is #314E16. Grayscale: #BFBFBF. Windows color (decimal): -3231255 or 15315406. OLE color: 15315406.

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

Color convert

RGB 206 177 233 -
CMYK 0.12 0.24 0 0.09
HSL 271.07º 0.56% 0.8% -
HSV(B) 271.07º 0.24% 0.91% -
XYZ 55.88 50.45 83.88 -
YUV 192.06 151.11 137.95 -
System Red Green Blue C M Y K H S L
Decimal 206 177 233 0.12 0.24 0 0.09 271.07 0.56 0.8
Hex CE B1 E9 C 18 0 9 10F 38 50
Octal 316 261 351 14 30 0 11 417 70 120
Binary 11001110 10110001 11101001 1100 11000 0 1001 100001111 111000 1010000

Color Harmonies of #CEB1E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB1E9

Black with #CEB1E9

Text Example


Text Example

White with #CEB1E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB1E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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