Html Css Color HEX #CEA8D9 Wisteria

📋 copy color: '#CEA8D9'

red 206 ◦ green 168 ◦ blue 217

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

Shades of Wisteria #CEA8D9

Tints of Wisteria #CEA8D9

RGB

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

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

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

R = 34.86%
G = 28.43%
B = 36.72%

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

#CEA8D9 (or 0xCEA8D9) is known color: Wisteria. HEX triplet: CE, A8 and D9. RGB value is (206,168,217). Sum of RGB (Red+Green+Blue) = 206+168+217=591 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.86% from 591); Green value is 168 (66.02% from 255 or 28.43% from 591); Blue value is 217 (85.16% from 255 or 36.72% from 591); Max value from RGB is 217 - color contains mainly: blue. Hex color #CEA8D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA8D9 is #315726. Grayscale: #B8B8B8. Windows color (decimal): -3233575 or 14264526. OLE color: 14264526.

HSL color Cylindrical-coordinate representation of color #CEA8D9: hue angle of 286.53º degrees, saturation: 0.39, 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 #CEA8D9 is Cyan = 0.05, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 206 168 217 -
CMYK 0.05 0.23 0 0.15
HSL 286.53º 0.39% 0.75% -
HSV(B) 286.53º 0.23% 0.85% -
XYZ 51.98 46.14 71.81 -
YUV 184.95 146.09 143.02 -
System Red Green Blue C M Y K H S L
Decimal 206 168 217 0.05 0.23 0 0.15 286.53 0.39 0.75
Hex CE A8 D9 5 17 0 F 11F 27 4B
Octal 316 250 331 5 27 0 17 437 47 113
Binary 11001110 10101000 11011001 101 10111 0 1111 100011111 100111 1001011

Color Harmonies of #CEA8D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA8D9

Black with #CEA8D9

Text Example


Text Example

White with #CEA8D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA8D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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