Html Css Color HEX #CEA1DB Wisteria

📋 copy color: '#CEA1DB'

red 206 ◦ green 161 ◦ blue 219

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

Shades of Wisteria #CEA1DB

Tints of Wisteria #CEA1DB

RGB

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

 GREEN value IS 161 (63.28% from 255) = 27.47%

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

R = 35.15%
G = 27.47%
B = 37.37%

CMYK

 C value IS 0.06

 M value IS 0.26

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CEA1DB (or 0xCEA1DB) is known color: Wisteria. HEX triplet: CE, A1 and DB. RGB value is (206,161,219). Sum of RGB (Red+Green+Blue) = 206+161+219=586 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.15% from 586); Green value is 161 (63.28% from 255 or 27.47% from 586); Blue value is 219 (85.94% from 255 or 37.37% from 586); Max value from RGB is 219 - color contains mainly: blue. Hex color #CEA1DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA1DB is #315E24. Grayscale: #B4B4B4. Windows color (decimal): -3235365 or 14393806. OLE color: 14393806.

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

Color convert

RGB 206 161 219 -
CMYK 0.06 0.26 0 0.14
HSL 286.55º 0.45% 0.75% -
HSV(B) 286.55º 0.26% 0.86% -
XYZ 50.98 43.73 72.77 -
YUV 181.07 149.41 145.78 -
System Red Green Blue C M Y K H S L
Decimal 206 161 219 0.06 0.26 0 0.14 286.55 0.45 0.75
Hex CE A1 DB 6 1A 0 E 11F 2D 4B
Octal 316 241 333 6 32 0 16 437 55 113
Binary 11001110 10100001 11011011 110 11010 0 1110 100011111 101101 1001011

Color Harmonies of #CEA1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA1DB

Black with #CEA1DB

Text Example


Text Example

White with #CEA1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA1DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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