Html Css Color HEX #CEA7DF Wisteria

📋 copy color: '#CEA7DF'

red 206 ◦ green 167 ◦ blue 223

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

Shades of Wisteria #CEA7DF

Tints of Wisteria #CEA7DF

RGB

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

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

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

R = 34.56%
G = 28.02%
B = 37.42%

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

#CEA7DF (or 0xCEA7DF) is known color: Wisteria. HEX triplet: CE, A7 and DF. RGB value is (206,167,223). Sum of RGB (Red+Green+Blue) = 206+167+223=596 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.56% from 596); Green value is 167 (65.62% from 255 or 28.02% from 596); Blue value is 223 (87.5% from 255 or 37.42% from 596); Max value from RGB is 223 - color contains mainly: blue. Hex color #CEA7DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA7DF is #315820. Grayscale: #B8B8B8. Windows color (decimal): -3233825 or 14657486. OLE color: 14657486.

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

Color convert

RGB 206 167 223 -
CMYK 0.08 0.25 0 0.13
HSL 281.79º 0.47% 0.76% -
HSV(B) 281.79º 0.25% 0.87% -
XYZ 52.59 46.09 75.94 -
YUV 185.05 149.42 142.95 -
System Red Green Blue C M Y K H S L
Decimal 206 167 223 0.08 0.25 0 0.13 281.79 0.47 0.76
Hex CE A7 DF 8 19 0 D 11A 2F 4C
Octal 316 247 337 10 31 0 15 432 57 114
Binary 11001110 10100111 11011111 1000 11001 0 1101 100011010 101111 1001100

Color Harmonies of #CEA7DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA7DF

Black with #CEA7DF

Text Example


Text Example

White with #CEA7DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA7DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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