Html Css Color HEX #CEB1E7 Perfume

📋 copy color: '#CEB1E7'

red 206 ◦ green 177 ◦ blue 231

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

Shades of Perfume #CEB1E7

Tints of Perfume #CEB1E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 37.62%

R = 33.55%
G = 28.83%
B = 37.62%

CMYK

 C value IS 0.11

 M value IS 0.23

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CEB1E7 (or 0xCEB1E7) is known color: Perfume. HEX triplet: CE, B1 and E7. RGB value is (206,177,231). Sum of RGB (Red+Green+Blue) = 206+177+231=614 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.55% from 614); Green value is 177 (69.53% from 255 or 28.83% from 614); Blue value is 231 (90.62% from 255 or 37.62% from 614); Max value from RGB is 231 - color contains mainly: blue. Hex color #CEB1E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEB1E7 is #314E18. Grayscale: #BFBFBF. Windows color (decimal): -3231257 or 15184334. OLE color: 15184334.

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

Color convert

RGB 206 177 231 -
CMYK 0.11 0.23 0 0.09
HSL 272.22º 0.53% 0.8% -
HSV(B) 272.22º 0.23% 0.91% -
XYZ 55.6 50.34 82.39 -
YUV 191.83 150.11 138.11 -
System Red Green Blue C M Y K H S L
Decimal 206 177 231 0.11 0.23 0 0.09 272.22 0.53 0.8
Hex CE B1 E7 B 17 0 9 110 35 50
Octal 316 261 347 13 27 0 11 420 65 120
Binary 11001110 10110001 11100111 1011 10111 0 1001 100010000 110101 1010000

Color Harmonies of #CEB1E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB1E7

Black with #CEB1E7

Text Example


Text Example

White with #CEB1E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB1E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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