Html Css Color HEX #CEA6DB Wisteria

📋 copy color: '#CEA6DB'

red 206 ◦ green 166 ◦ blue 219

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

Shades of Wisteria #CEA6DB

Tints of Wisteria #CEA6DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 37.06%

R = 34.86%
G = 28.09%
B = 37.06%

CMYK

 C value IS 0.06

 M value IS 0.24

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CEA6DB (or 0xCEA6DB) is known color: Wisteria. HEX triplet: CE, A6 and DB. RGB value is (206,166,219). Sum of RGB (Red+Green+Blue) = 206+166+219=591 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.86% from 591); Green value is 166 (65.23% from 255 or 28.09% from 591); Blue value is 219 (85.94% from 255 or 37.06% from 591); Max value from RGB is 219 - color contains mainly: blue. Hex color #CEA6DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA6DB is #315924. Grayscale: #B7B7B7. Windows color (decimal): -3234085 or 14395086. OLE color: 14395086.

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

Color convert

RGB 206 166 219 -
CMYK 0.06 0.24 0 0.14
HSL 285.28º 0.42% 0.75% -
HSV(B) 285.28º 0.24% 0.86% -
XYZ 51.88 45.51 73.07 -
YUV 184 147.75 143.69 -
System Red Green Blue C M Y K H S L
Decimal 206 166 219 0.06 0.24 0 0.14 285.28 0.42 0.75
Hex CE A6 DB 6 18 0 E 11D 2A 4B
Octal 316 246 333 6 30 0 16 435 52 113
Binary 11001110 10100110 11011011 110 11000 0 1110 100011101 101010 1001011

Color Harmonies of #CEA6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA6DB

Black with #CEA6DB

Text Example


Text Example

White with #CEA6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA6DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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