Html Css Color HEX #CEA7D9 Wisteria

📋 copy color: '#CEA7D9'

red 206 ◦ green 167 ◦ blue 217

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

Shades of Wisteria #CEA7D9

Tints of Wisteria #CEA7D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 36.78%

R = 34.92%
G = 28.31%
B = 36.78%

CMYK

 C value IS 0.05

 M value IS 0.23

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CEA7D9 (or 0xCEA7D9) is known color: Wisteria. HEX triplet: CE, A7 and D9. RGB value is (206,167,217). Sum of RGB (Red+Green+Blue) = 206+167+217=590 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.92% from 590); Green value is 167 (65.62% from 255 or 28.31% from 590); Blue value is 217 (85.16% from 255 or 36.78% from 590); Max value from RGB is 217 - color contains mainly: blue. Hex color #CEA7D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA7D9 is #315826. Grayscale: #B8B8B8. Windows color (decimal): -3233831 or 14264270. OLE color: 14264270.

HSL color Cylindrical-coordinate representation of color #CEA7D9: hue angle of 286.8º degrees, saturation: 0.4, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CEA7D9 is Cyan = 0.05, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 206 167 217 -
CMYK 0.05 0.23 0 0.15
HSL 286.8º 0.4% 0.75% -
HSV(B) 286.8º 0.23% 0.85% -
XYZ 51.8 45.77 71.75 -
YUV 184.36 146.42 143.43 -
System Red Green Blue C M Y K H S L
Decimal 206 167 217 0.05 0.23 0 0.15 286.8 0.4 0.75
Hex CE A7 D9 5 17 0 F 11F 28 4B
Octal 316 247 331 5 27 0 17 437 50 113
Binary 11001110 10100111 11011001 101 10111 0 1111 100011111 101000 1001011

Color Harmonies of #CEA7D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA7D9

Black with #CEA7D9

Text Example


Text Example

White with #CEA7D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA7D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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