Html Css Color HEX #CEAAE2 Wisteria

📋 copy color: '#CEAAE2'

red 206 ◦ green 170 ◦ blue 226

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

Shades of Wisteria #CEAAE2

Tints of Wisteria #CEAAE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 37.54%

R = 34.22%
G = 28.24%
B = 37.54%

CMYK

 C value IS 0.09

 M value IS 0.25

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CEAAE2 (or 0xCEAAE2) is known color: Wisteria. HEX triplet: CE, AA and E2. RGB value is (206,170,226). Sum of RGB (Red+Green+Blue) = 206+170+226=602 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.22% from 602); Green value is 170 (66.80% from 255 or 28.24% from 602); Blue value is 226 (88.67% from 255 or 37.54% from 602); Max value from RGB is 226 - color contains mainly: blue. Hex color #CEAAE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEAAE2 is #31551D. Grayscale: #BABABA. Windows color (decimal): -3233054 or 14854862. OLE color: 14854862.

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

Color convert

RGB 206 170 226 -
CMYK 0.09 0.25 0 0.11
HSL 278.57º 0.49% 0.78% -
HSV(B) 278.57º 0.25% 0.89% -
XYZ 53.56 47.36 78.27 -
YUV 187.15 149.93 141.45 -
System Red Green Blue C M Y K H S L
Decimal 206 170 226 0.09 0.25 0 0.11 278.57 0.49 0.78
Hex CE AA E2 9 19 0 B 117 31 4E
Octal 316 252 342 11 31 0 13 427 61 116
Binary 11001110 10101010 11100010 1001 11001 0 1011 100010111 110001 1001110

Color Harmonies of #CEAAE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAAE2

Black with #CEAAE2

Text Example


Text Example

White with #CEAAE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAAE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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