Html Css Color HEX #CEA6DC Wisteria

📋 copy color: '#CEA6DC'

red 206 ◦ green 166 ◦ blue 220

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

Shades of Wisteria #CEA6DC

Tints of Wisteria #CEA6DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 37.16%

R = 34.8%
G = 28.04%
B = 37.16%

CMYK

 C value IS 0.06

 M value IS 0.25

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CEA6DC (or 0xCEA6DC) is known color: Wisteria. HEX triplet: CE, A6 and DC. RGB value is (206,166,220). Sum of RGB (Red+Green+Blue) = 206+166+220=592 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.80% from 592); Green value is 166 (65.23% from 255 or 28.04% from 592); Blue value is 220 (86.33% from 255 or 37.16% from 592); Max value from RGB is 220 - color contains mainly: blue. Hex color #CEA6DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA6DC is #315923. Grayscale: #B7B7B7. Windows color (decimal): -3234084 or 14460622. OLE color: 14460622.

HSL color Cylindrical-coordinate representation of color #CEA6DC: hue angle of 284.44º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CEA6DC is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 206 166 220 -
CMYK 0.06 0.25 0 0.14
HSL 284.44º 0.44% 0.76% -
HSV(B) 284.44º 0.25% 0.86% -
XYZ 52.01 45.56 73.76 -
YUV 184.12 148.25 143.61 -
System Red Green Blue C M Y K H S L
Decimal 206 166 220 0.06 0.25 0 0.14 284.44 0.44 0.76
Hex CE A6 DC 6 19 0 E 11C 2C 4C
Octal 316 246 334 6 31 0 16 434 54 114
Binary 11001110 10100110 11011100 110 11001 0 1110 100011100 101100 1001100

Color Harmonies of #CEA6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA6DC

Black with #CEA6DC

Text Example


Text Example

White with #CEA6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA6DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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