Html Css Color HEX #CEB0ED Perfume

📋 copy color: '#CEB0ED'

red 206 ◦ green 176 ◦ blue 237

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

Shades of Perfume #CEB0ED

Tints of Perfume #CEB0ED

RGB

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

 GREEN value IS 176 (69.14% from 255) = 28.43%

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

R = 33.28%
G = 28.43%
B = 38.29%

CMYK

 C value IS 0.13

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CEB0ED (or 0xCEB0ED) is known color: Perfume. HEX triplet: CE, B0 and ED. RGB value is (206,176,237). Sum of RGB (Red+Green+Blue) = 206+176+237=619 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.28% from 619); Green value is 176 (69.14% from 255 or 28.43% from 619); Blue value is 237 (92.97% from 255 or 38.29% from 619); Max value from RGB is 237 - color contains mainly: blue. Hex color #CEB0ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEB0ED is #314F12. Grayscale: #BFBFBF. Windows color (decimal): -3231507 or 15577294. OLE color: 15577294.

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

Color convert

RGB 206 176 237 -
CMYK 0.13 0.26 0 0.07
HSL 269.51º 0.63% 0.81% -
HSV(B) 269.51º 0.26% 0.93% -
XYZ 56.27 50.29 86.86 -
YUV 191.92 153.44 138.04 -
System Red Green Blue C M Y K H S L
Decimal 206 176 237 0.13 0.26 0 0.07 269.51 0.63 0.81
Hex CE B0 ED D 1A 0 7 10E 3F 51
Octal 316 260 355 15 32 0 7 416 77 121
Binary 11001110 10110000 11101101 1101 11010 0 111 100001110 111111 1010001

Color Harmonies of #CEB0ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB0ED

Black with #CEB0ED

Text Example


Text Example

White with #CEB0ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB0ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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