Html Css Color HEX #CEA8EE Perfume

📋 copy color: '#CEA8EE'

red 206 ◦ green 168 ◦ blue 238

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

Shades of Perfume #CEA8EE

Tints of Perfume #CEA8EE

RGB

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

 GREEN value IS 168 (66.02% from 255) = 27.45%

 BLUE value IS 238 (93.36% from 255) = 38.89%

R = 33.66%
G = 27.45%
B = 38.89%

CMYK

 C value IS 0.13

 M value IS 0.29

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CEA8EE (or 0xCEA8EE) is known color: Perfume. HEX triplet: CE, A8 and EE. RGB value is (206,168,238). Sum of RGB (Red+Green+Blue) = 206+168+238=612 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.66% from 612); Green value is 168 (66.02% from 255 or 27.45% from 612); Blue value is 238 (93.36% from 255 or 38.89% from 612); Max value from RGB is 238 - color contains mainly: blue. Hex color #CEA8EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEA8EE is #315711. Grayscale: #BBBBBB. Windows color (decimal): -3233554 or 15640782. OLE color: 15640782.

HSL color Cylindrical-coordinate representation of color #CEA8EE: hue angle of 272.57º 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 #CEA8EE is Cyan = 0.13, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 206 168 238 -
CMYK 0.13 0.29 0 0.07
HSL 272.57º 0.67% 0.8% -
HSV(B) 272.57º 0.29% 0.93% -
XYZ 54.89 47.3 87.13 -
YUV 187.34 156.59 141.31 -
System Red Green Blue C M Y K H S L
Decimal 206 168 238 0.13 0.29 0 0.07 272.57 0.67 0.8
Hex CE A8 EE D 1D 0 7 111 43 50
Octal 316 250 356 15 35 0 7 421 103 120
Binary 11001110 10101000 11101110 1101 11101 0 111 100010001 1000011 1010000

Color Harmonies of #CEA8EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA8EE

Black with #CEA8EE

Text Example


Text Example

White with #CEA8EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA8EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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