Html Css Color HEX #CEA8E8 Wisteria

📋 copy color: '#CEA8E8'

red 206 ◦ green 168 ◦ blue 232

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

Shades of Wisteria #CEA8E8

Tints of Wisteria #CEA8E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 38.28%

R = 33.99%
G = 27.72%
B = 38.28%

CMYK

 C value IS 0.11

 M value IS 0.28

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CEA8E8 (or 0xCEA8E8) is known color: Wisteria. HEX triplet: CE, A8 and E8. RGB value is (206,168,232). Sum of RGB (Red+Green+Blue) = 206+168+232=606 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.99% from 606); Green value is 168 (66.02% from 255 or 27.72% from 606); Blue value is 232 (91.02% from 255 or 38.28% from 606); Max value from RGB is 232 - color contains mainly: blue. Hex color #CEA8E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEA8E8 is #315717. Grayscale: #BABABA. Windows color (decimal): -3233560 or 15247566. OLE color: 15247566.

HSL color Cylindrical-coordinate representation of color #CEA8E8: hue angle of 275.62º degrees, saturation: 0.58, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CEA8E8 is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 206 168 232 -
CMYK 0.11 0.28 0 0.09
HSL 275.63º 0.58% 0.78% -
HSV(B) 275.63º 0.28% 0.91% -
XYZ 54.02 46.95 82.56 -
YUV 186.66 153.59 141.8 -
System Red Green Blue C M Y K H S L
Decimal 206 168 232 0.11 0.28 0 0.09 275.63 0.58 0.78
Hex CE A8 E8 B 1C 0 9 114 3A 4E
Octal 316 250 350 13 34 0 11 424 72 116
Binary 11001110 10101000 11101000 1011 11100 0 1001 100010100 111010 1001110

Color Harmonies of #CEA8E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA8E8

Black with #CEA8E8

Text Example


Text Example

White with #CEA8E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA8E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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