Html Css Color HEX #CEA7DB Wisteria

📋 copy color: '#CEA7DB'

red 206 ◦ green 167 ◦ blue 219

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

Shades of Wisteria #CEA7DB

Tints of Wisteria #CEA7DB

RGB

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

 GREEN value IS 167 (65.63% from 255) = 28.21%

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

R = 34.8%
G = 28.21%
B = 36.99%

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

#CEA7DB (or 0xCEA7DB) is known color: Wisteria. HEX triplet: CE, A7 and DB. RGB value is (206,167,219). Sum of RGB (Red+Green+Blue) = 206+167+219=592 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.80% from 592); Green value is 167 (65.62% from 255 or 28.21% from 592); Blue value is 219 (85.94% from 255 or 36.99% from 592); Max value from RGB is 219 - color contains mainly: blue. Hex color #CEA7DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA7DB is #315824. Grayscale: #B8B8B8. Windows color (decimal): -3233829 or 14395342. OLE color: 14395342.

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

Color convert

RGB 206 167 219 -
CMYK 0.06 0.24 0 0.14
HSL 285º 0.42% 0.76% -
HSV(B) 285º 0.24% 0.86% -
XYZ 52.06 45.87 73.13 -
YUV 184.59 147.42 143.27 -
System Red Green Blue C M Y K H S L
Decimal 206 167 219 0.06 0.24 0 0.14 285 0.42 0.76
Hex CE A7 DB 6 18 0 E 11D 2A 4C
Octal 316 247 333 6 30 0 16 435 52 114
Binary 11001110 10100111 11011011 110 11000 0 1110 100011101 101010 1001100

Color Harmonies of #CEA7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA7DB

Black with #CEA7DB

Text Example


Text Example

White with #CEA7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA7DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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