Html Css Color HEX #CEAAE0 Wisteria

📋 copy color: '#CEAAE0'

red 206 ◦ green 170 ◦ blue 224

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

Shades of Wisteria #CEAAE0

Tints of Wisteria #CEAAE0

RGB

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

 GREEN value IS 170 (66.8% from 255) = 28.33%

 BLUE value IS 224 (87.89% from 255) = 37.33%

R = 34.33%
G = 28.33%
B = 37.33%

CMYK

 C value IS 0.08

 M value IS 0.24

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CEAAE0 (or 0xCEAAE0) is known color: Wisteria. HEX triplet: CE, AA and E0. RGB value is (206,170,224). Sum of RGB (Red+Green+Blue) = 206+170+224=600 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.33% from 600); Green value is 170 (66.80% from 255 or 28.33% from 600); Blue value is 224 (87.89% from 255 or 37.33% from 600); Max value from RGB is 224 - color contains mainly: blue. Hex color #CEAAE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEAAE0 is #31551F. Grayscale: #BABABA. Windows color (decimal): -3233056 or 14723790. OLE color: 14723790.

HSL color Cylindrical-coordinate representation of color #CEAAE0: hue angle of 280º degrees, saturation: 0.47, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CEAAE0 is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 206 170 224 -
CMYK 0.08 0.24 0 0.12
HSL 280º 0.47% 0.77% -
HSV(B) 280º 0.24% 0.88% -
XYZ 53.28 47.25 76.83 -
YUV 186.92 148.93 141.61 -
System Red Green Blue C M Y K H S L
Decimal 206 170 224 0.08 0.24 0 0.12 280 0.47 0.77
Hex CE AA E0 8 18 0 C 118 2F 4D
Octal 316 252 340 10 30 0 14 430 57 115
Binary 11001110 10101010 11100000 1000 11000 0 1100 100011000 101111 1001101

Color Harmonies of #CEAAE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAAE0

Black with #CEAAE0

Text Example


Text Example

White with #CEAAE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAAE0; }

 p { color: rgb(206,170,224); }

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

background-color css

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

 a { background-color: rgb(206,170,224); }

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

border-color css

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

 span { border-color: rgb(206,170,224); }

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