Html Css Color HEX #CEA9EB Perfume

📋 copy color: '#CEA9EB'

red 206 ◦ green 169 ◦ blue 235

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

Shades of Perfume #CEA9EB

Tints of Perfume #CEA9EB

RGB

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

 GREEN value IS 169 (66.41% from 255) = 27.7%

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

R = 33.77%
G = 27.7%
B = 38.52%

CMYK

 C value IS 0.12

 M value IS 0.28

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CEA9EB (or 0xCEA9EB) is known color: Perfume. HEX triplet: CE, A9 and EB. RGB value is (206,169,235). Sum of RGB (Red+Green+Blue) = 206+169+235=610 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.77% from 610); Green value is 169 (66.41% from 255 or 27.70% from 610); Blue value is 235 (92.19% from 255 or 38.52% from 610); Max value from RGB is 235 - color contains mainly: blue. Hex color #CEA9EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEA9EB is #315614. Grayscale: #BBBBBB. Windows color (decimal): -3233301 or 15444430. OLE color: 15444430.

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

Color convert

RGB 206 169 235 -
CMYK 0.12 0.28 0 0.08
HSL 273.64º 0.62% 0.79% -
HSV(B) 273.64º 0.28% 0.92% -
XYZ 54.64 47.5 84.89 -
YUV 187.59 154.76 141.13 -
System Red Green Blue C M Y K H S L
Decimal 206 169 235 0.12 0.28 0 0.08 273.64 0.62 0.79
Hex CE A9 EB C 1C 0 8 112 3E 4F
Octal 316 251 353 14 34 0 10 422 76 117
Binary 11001110 10101001 11101011 1100 11100 0 1000 100010010 111110 1001111

Color Harmonies of #CEA9EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA9EB

Black with #CEA9EB

Text Example


Text Example

White with #CEA9EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA9EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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