Html Css Color HEX #CEA1DE Wisteria

📋 copy color: '#CEA1DE'

red 206 ◦ green 161 ◦ blue 222

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

Shades of Wisteria #CEA1DE

Tints of Wisteria #CEA1DE

RGB

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

 GREEN value IS 161 (63.28% from 255) = 27.33%

 BLUE value IS 222 (87.11% from 255) = 37.69%

R = 34.97%
G = 27.33%
B = 37.69%

CMYK

 C value IS 0.07

 M value IS 0.27

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CEA1DE (or 0xCEA1DE) is known color: Wisteria. HEX triplet: CE, A1 and DE. RGB value is (206,161,222). Sum of RGB (Red+Green+Blue) = 206+161+222=589 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.97% from 589); Green value is 161 (63.28% from 255 or 27.33% from 589); Blue value is 222 (87.11% from 255 or 37.69% from 589); Max value from RGB is 222 - color contains mainly: blue. Hex color #CEA1DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA1DE is #315E21. Grayscale: #B5B5B5. Windows color (decimal): -3235362 or 14590414. OLE color: 14590414.

HSL color Cylindrical-coordinate representation of color #CEA1DE: hue angle of 284.26º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CEA1DE is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 161 222 -
CMYK 0.07 0.27 0 0.13
HSL 284.26º 0.48% 0.75% -
HSV(B) 284.26º 0.27% 0.87% -
XYZ 51.38 43.89 74.87 -
YUV 181.41 150.91 145.54 -
System Red Green Blue C M Y K H S L
Decimal 206 161 222 0.07 0.27 0 0.13 284.26 0.48 0.75
Hex CE A1 DE 7 1B 0 D 11C 30 4B
Octal 316 241 336 7 33 0 15 434 60 113
Binary 11001110 10100001 11011110 111 11011 0 1101 100011100 110000 1001011

Color Harmonies of #CEA1DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA1DE

Black with #CEA1DE

Text Example


Text Example

White with #CEA1DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA1DE; }

 p { color: rgb(206,161,222); }

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

background-color css

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

 a { background-color: rgb(206,161,222); }

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

border-color css

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

 span { border-color: rgb(206,161,222); }

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