Html Css Color HEX #CEA9E5 Wisteria

📋 copy color: '#CEA9E5'

red 206 ◦ green 169 ◦ blue 229

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

Shades of Wisteria #CEA9E5

Tints of Wisteria #CEA9E5

RGB

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

 GREEN value IS 169 (66.41% from 255) = 27.98%

 BLUE value IS 229 (89.84% from 255) = 37.91%

R = 34.11%
G = 27.98%
B = 37.91%

CMYK

 C value IS 0.10

 M value IS 0.26

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CEA9E5 (or 0xCEA9E5) is known color: Wisteria. HEX triplet: CE, A9 and E5. RGB value is (206,169,229). Sum of RGB (Red+Green+Blue) = 206+169+229=604 (80% of max value = 765). Red value is 206 (80.86% from 255 or 34.11% from 604); Green value is 169 (66.41% from 255 or 27.98% from 604); Blue value is 229 (89.84% from 255 or 37.91% from 604); Max value from RGB is 229 - color contains mainly: blue. Hex color #CEA9E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA9E5 is #31561A. Grayscale: #BABABA. Windows color (decimal): -3233307 or 15051214. OLE color: 15051214.

HSL color Cylindrical-coordinate representation of color #CEA9E5: hue angle of 277º degrees, saturation: 0.54, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CEA9E5 is Cyan = 0.10, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 206 169 229 -
CMYK 0.10 0.26 0 0.10
HSL 277º 0.54% 0.78% -
HSV(B) 277º 0.26% 0.9% -
XYZ 53.78 47.15 80.4 -
YUV 186.9 151.76 141.62 -
System Red Green Blue C M Y K H S L
Decimal 206 169 229 0.10 0.26 0 0.10 277 0.54 0.78
Hex CE A9 E5 A 1A 0 A 115 36 4E
Octal 316 251 345 12 32 0 12 425 66 116
Binary 11001110 10101001 11100101 1010 11010 0 1010 100010101 110110 1001110

Color Harmonies of #CEA9E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA9E5

Black with #CEA9E5

Text Example


Text Example

White with #CEA9E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA9E5; }

 p { color: rgb(206,169,229); }

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

background-color css

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

 a { background-color: rgb(206,169,229); }

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

border-color css

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

 span { border-color: rgb(206,169,229); }

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