Html Css Color HEX #CEA6DF Wisteria

📋 copy color: '#CEA6DF'

red 206 ◦ green 166 ◦ blue 223

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

Shades of Wisteria #CEA6DF

Tints of Wisteria #CEA6DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 37.48%

R = 34.62%
G = 27.9%
B = 37.48%

CMYK

 C value IS 0.08

 M value IS 0.26

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CEA6DF (or 0xCEA6DF) is known color: Wisteria. HEX triplet: CE, A6 and DF. RGB value is (206,166,223). Sum of RGB (Red+Green+Blue) = 206+166+223=595 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.62% from 595); Green value is 166 (65.23% from 255 or 27.90% from 595); Blue value is 223 (87.5% from 255 or 37.48% from 595); Max value from RGB is 223 - color contains mainly: blue. Hex color #CEA6DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA6DF is #315920. Grayscale: #B8B8B8. Windows color (decimal): -3234081 or 14657230. OLE color: 14657230.

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

Color convert

RGB 206 166 223 -
CMYK 0.08 0.26 0 0.13
HSL 282.11º 0.47% 0.76% -
HSV(B) 282.11º 0.26% 0.87% -
XYZ 52.41 45.72 75.88 -
YUV 184.46 149.75 143.37 -
System Red Green Blue C M Y K H S L
Decimal 206 166 223 0.08 0.26 0 0.13 282.11 0.47 0.76
Hex CE A6 DF 8 1A 0 D 11A 2F 4C
Octal 316 246 337 10 32 0 15 432 57 114
Binary 11001110 10100110 11011111 1000 11010 0 1101 100011010 101111 1001100

Color Harmonies of #CEA6DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA6DF

Black with #CEA6DF

Text Example


Text Example

White with #CEA6DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA6DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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