Html Css Color HEX #CEA6DD Wisteria

📋 copy color: '#CEA6DD'

red 206 ◦ green 166 ◦ blue 221

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

Shades of Wisteria #CEA6DD

Tints of Wisteria #CEA6DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 37.27%

R = 34.74%
G = 27.99%
B = 37.27%

CMYK

 C value IS 0.07

 M value IS 0.25

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CEA6DD (or 0xCEA6DD) is known color: Wisteria. HEX triplet: CE, A6 and DD. RGB value is (206,166,221). Sum of RGB (Red+Green+Blue) = 206+166+221=593 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.74% from 593); Green value is 166 (65.23% from 255 or 27.99% from 593); Blue value is 221 (86.72% from 255 or 37.27% from 593); Max value from RGB is 221 - color contains mainly: blue. Hex color #CEA6DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA6DD is #315922. Grayscale: #B8B8B8. Windows color (decimal): -3234083 or 14526158. OLE color: 14526158.

HSL color Cylindrical-coordinate representation of color #CEA6DD: hue angle of 283.64º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CEA6DD is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 166 221 -
CMYK 0.07 0.25 0 0.13
HSL 283.64º 0.45% 0.76% -
HSV(B) 283.64º 0.25% 0.87% -
XYZ 52.14 45.61 74.46 -
YUV 184.23 148.75 143.53 -
System Red Green Blue C M Y K H S L
Decimal 206 166 221 0.07 0.25 0 0.13 283.64 0.45 0.76
Hex CE A6 DD 7 19 0 D 11C 2D 4C
Octal 316 246 335 7 31 0 15 434 55 114
Binary 11001110 10100110 11011101 111 11001 0 1101 100011100 101101 1001100

Color Harmonies of #CEA6DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA6DD

Black with #CEA6DD

Text Example


Text Example

White with #CEA6DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA6DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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