#CEAAEE

Color #CEAAEE Perfume (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perfume #CEAAEE

Tints of Perfume #CEAAEE

Color information

#CEAAEE (or 0xCEAAEE) is unknown color: approx Perfume. HEX triplet: CE, AA and EE. RGB value is (206,170,238). Sum of RGB (Red+Green+Blue) = 206+170+238=614 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.55% from 614); Green value is 170 (66.80% from 255 or 27.69% from 614); Blue value is 238 (93.36% from 255 or 38.76% from 614); Max value from RGB is 238 - color contains mainly: blue. Hex color #CEAAEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEAAEE is #315511. Grayscale: #BCBCBC. Windows color (decimal): -3233042 or 15641294. OLE color: 15641294.

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

Color convert

RGB206170238-
CMYK0.130.2900.07
HSL271.76º66.67%80%-
HSV(B)271.76º28.57%93.33%-
XYZ55.2648.0487.25-
YUV188.52155.93140.47-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.55%
GREEN value IS 170 (66.80% from 255) = 27.69%
BLUE value IS 238 (93.36% from 255) = 38.76%
R=33.55%
G=27.69%
B=38.76%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2061702380.130.2900.07271.7666.6780
HexCEAAEED1D071104350
Octal316252356153507420103120
Binary110011101010101011101110110111101011110001000010000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAAEE; }

 p { color: rgb(206,170,238); }

 H1.HeaderClassName
 {
   color: #CEAAEE;
 }
 .AnyTagClassName
 {
   color: #CEAAEE;
 }
</style>
background-color css

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

 a { background-color: rgb(206,170,238); }

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

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

 span { border-color: rgb(206,170,238); }

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