Html Css Color HEX #CEA8DF Wisteria

📋 copy color: '#CEA8DF'

red 206 ◦ green 168 ◦ blue 223

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

Shades of Wisteria #CEA8DF

Tints of Wisteria #CEA8DF

RGB

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

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

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

R = 34.51%
G = 28.14%
B = 37.35%

CMYK

 C value IS 0.08

 M value IS 0.25

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CEA8DF (or 0xCEA8DF) is known color: Wisteria. HEX triplet: CE, A8 and DF. RGB value is (206,168,223). Sum of RGB (Red+Green+Blue) = 206+168+223=597 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.51% from 597); Green value is 168 (66.02% from 255 or 28.14% from 597); Blue value is 223 (87.5% from 255 or 37.35% from 597); Max value from RGB is 223 - color contains mainly: blue. Hex color #CEA8DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA8DF is #315720. Grayscale: #B9B9B9. Windows color (decimal): -3233569 or 14657742. OLE color: 14657742.

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

Color convert

RGB 206 168 223 -
CMYK 0.08 0.25 0 0.13
HSL 281.45º 0.46% 0.77% -
HSV(B) 281.45º 0.25% 0.87% -
XYZ 52.78 46.45 76 -
YUV 185.63 149.09 142.53 -
System Red Green Blue C M Y K H S L
Decimal 206 168 223 0.08 0.25 0 0.13 281.45 0.46 0.77
Hex CE A8 DF 8 19 0 D 119 2E 4D
Octal 316 250 337 10 31 0 15 431 56 115
Binary 11001110 10101000 11011111 1000 11001 0 1101 100011001 101110 1001101

Color Harmonies of #CEA8DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA8DF

Black with #CEA8DF

Text Example


Text Example

White with #CEA8DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA8DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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