Html Css Color HEX #CEA6EE Wisteria

📋 copy color: '#CEA6EE'

red 206 ◦ green 166 ◦ blue 238

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

Shades of Wisteria #CEA6EE

Tints of Wisteria #CEA6EE

RGB

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

 GREEN value IS 166 (65.23% from 255) = 27.21%

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

R = 33.77%
G = 27.21%
B = 39.02%

CMYK

 C value IS 0.13

 M value IS 0.30

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CEA6EE (or 0xCEA6EE) is known color: Wisteria. HEX triplet: CE, A6 and EE. RGB value is (206,166,238). Sum of RGB (Red+Green+Blue) = 206+166+238=610 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.77% from 610); Green value is 166 (65.23% from 255 or 27.21% from 610); Blue value is 238 (93.36% from 255 or 39.02% from 610); Max value from RGB is 238 - color contains mainly: blue. Hex color #CEA6EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEA6EE is #315911. Grayscale: #B9B9B9. Windows color (decimal): -3234066 or 15640270. OLE color: 15640270.

HSL color Cylindrical-coordinate representation of color #CEA6EE: hue angle of 273.33º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CEA6EE is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 206 166 238 -
CMYK 0.13 0.30 0 0.07
HSL 273.33º 0.68% 0.79% -
HSV(B) 273.33º 0.3% 0.93% -
XYZ 54.52 46.57 87 -
YUV 186.17 157.25 142.15 -
System Red Green Blue C M Y K H S L
Decimal 206 166 238 0.13 0.30 0 0.07 273.33 0.68 0.79
Hex CE A6 EE D 1E 0 7 111 44 4F
Octal 316 246 356 15 36 0 7 421 104 117
Binary 11001110 10100110 11101110 1101 11110 0 111 100010001 1000100 1001111

Color Harmonies of #CEA6EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA6EE

Black with #CEA6EE

Text Example


Text Example

White with #CEA6EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA6EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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