Html Css Color HEX #CEA8DB Wisteria

📋 copy color: '#CEA8DB'

red 206 ◦ green 168 ◦ blue 219

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

Shades of Wisteria #CEA8DB

Tints of Wisteria #CEA8DB

RGB

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

 GREEN value IS 168 (66.02% from 255) = 28.33%

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

R = 34.74%
G = 28.33%
B = 36.93%

CMYK

 C value IS 0.06

 M value IS 0.23

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CEA8DB (or 0xCEA8DB) is known color: Wisteria. HEX triplet: CE, A8 and DB. RGB value is (206,168,219). Sum of RGB (Red+Green+Blue) = 206+168+219=593 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.74% from 593); Green value is 168 (66.02% from 255 or 28.33% from 593); Blue value is 219 (85.94% from 255 or 36.93% from 593); Max value from RGB is 219 - color contains mainly: blue. Hex color #CEA8DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA8DB is #315724. Grayscale: #B9B9B9. Windows color (decimal): -3233573 or 14395598. OLE color: 14395598.

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

Color convert

RGB 206 168 219 -
CMYK 0.06 0.23 0 0.14
HSL 284.71º 0.41% 0.76% -
HSV(B) 284.71º 0.23% 0.86% -
XYZ 52.24 46.24 73.19 -
YUV 185.18 147.09 142.85 -
System Red Green Blue C M Y K H S L
Decimal 206 168 219 0.06 0.23 0 0.14 284.71 0.41 0.76
Hex CE A8 DB 6 17 0 E 11D 29 4C
Octal 316 250 333 6 27 0 16 435 51 114
Binary 11001110 10101000 11011011 110 10111 0 1110 100011101 101001 1001100

Color Harmonies of #CEA8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA8DB

Black with #CEA8DB

Text Example


Text Example

White with #CEA8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA8DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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