Html Css Color HEX #CEB1ED Perfume

📋 copy color: '#CEB1ED'

red 206 ◦ green 177 ◦ blue 237

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

Shades of Perfume #CEB1ED

Tints of Perfume #CEB1ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 38.23%

R = 33.23%
G = 28.55%
B = 38.23%

CMYK

 C value IS 0.13

 M value IS 0.25

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CEB1ED (or 0xCEB1ED) is known color: Perfume. HEX triplet: CE, B1 and ED. RGB value is (206,177,237). Sum of RGB (Red+Green+Blue) = 206+177+237=620 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.23% from 620); Green value is 177 (69.53% from 255 or 28.55% from 620); Blue value is 237 (92.97% from 255 or 38.23% from 620); Max value from RGB is 237 - color contains mainly: blue. Hex color #CEB1ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEB1ED is #314E12. Grayscale: #C0C0C0. Windows color (decimal): -3231251 or 15577550. OLE color: 15577550.

HSL color Cylindrical-coordinate representation of color #CEB1ED: hue angle of 269º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CEB1ED is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 206 177 237 -
CMYK 0.13 0.25 0 0.07
HSL 269º 0.63% 0.81% -
HSV(B) 269º 0.25% 0.93% -
XYZ 56.46 50.68 86.93 -
YUV 192.51 153.11 137.62 -
System Red Green Blue C M Y K H S L
Decimal 206 177 237 0.13 0.25 0 0.07 269 0.63 0.81
Hex CE B1 ED D 19 0 7 10D 3E 51
Octal 316 261 355 15 31 0 7 415 76 121
Binary 11001110 10110001 11101101 1101 11001 0 111 100001101 111110 1010001

Color Harmonies of #CEB1ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB1ED

Black with #CEB1ED

Text Example


Text Example

White with #CEB1ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB1ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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