Html Css Color HEX #CEB2EB Perfume

📋 copy color: '#CEB2EB'

red 206 ◦ green 178 ◦ blue 235

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

Shades of Perfume #CEB2EB

Tints of Perfume #CEB2EB

RGB

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

 GREEN value IS 178 (69.92% from 255) = 28.76%

 BLUE value IS 235 (92.19% from 255) = 37.96%

R = 33.28%
G = 28.76%
B = 37.96%

CMYK

 C value IS 0.12

 M value IS 0.24

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CEB2EB (or 0xCEB2EB) is known color: Perfume. HEX triplet: CE, B2 and EB. RGB value is (206,178,235). Sum of RGB (Red+Green+Blue) = 206+178+235=619 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.28% from 619); Green value is 178 (69.92% from 255 or 28.76% from 619); Blue value is 235 (92.19% from 255 or 37.96% from 619); Max value from RGB is 235 - color contains mainly: blue. Hex color #CEB2EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEB2EB is #314D14. Grayscale: #C0C0C0. Windows color (decimal): -3230997 or 15446734. OLE color: 15446734.

HSL color Cylindrical-coordinate representation of color #CEB2EB: hue angle of 269.47º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CEB2EB is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 206 178 235 -
CMYK 0.12 0.24 0 0.08
HSL 269.47º 0.59% 0.81% -
HSV(B) 269.47º 0.24% 0.92% -
XYZ 56.37 50.96 85.46 -
YUV 192.87 151.78 137.37 -
System Red Green Blue C M Y K H S L
Decimal 206 178 235 0.12 0.24 0 0.08 269.47 0.59 0.81
Hex CE B2 EB C 18 0 8 10D 3B 51
Octal 316 262 353 14 30 0 10 415 73 121
Binary 11001110 10110010 11101011 1100 11000 0 1000 100001101 111011 1010001

Color Harmonies of #CEB2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB2EB

Black with #CEB2EB

Text Example


Text Example

White with #CEB2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB2EB; }

 p { color: rgb(206,178,235); }

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

background-color css

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

 a { background-color: rgb(206,178,235); }

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

border-color css

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

 span { border-color: rgb(206,178,235); }

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