Html Css Color HEX #CEA1DD Wisteria

📋 copy color: '#CEA1DD'

red 206 ◦ green 161 ◦ blue 221

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

Shades of Wisteria #CEA1DD

Tints of Wisteria #CEA1DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 37.59%

R = 35.03%
G = 27.38%
B = 37.59%

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

#CEA1DD (or 0xCEA1DD) is known color: Wisteria. HEX triplet: CE, A1 and DD. RGB value is (206,161,221). Sum of RGB (Red+Green+Blue) = 206+161+221=588 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.03% from 588); Green value is 161 (63.28% from 255 or 27.38% from 588); Blue value is 221 (86.72% from 255 or 37.59% from 588); Max value from RGB is 221 - color contains mainly: blue. Hex color #CEA1DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA1DD is #315E22. Grayscale: #B5B5B5. Windows color (decimal): -3235363 or 14524878. OLE color: 14524878.

HSL color Cylindrical-coordinate representation of color #CEA1DD: hue angle of 285º degrees, saturation: 0.47, 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 #CEA1DD is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 161 221 -
CMYK 0.07 0.27 0 0.13
HSL 285º 0.47% 0.75% -
HSV(B) 285º 0.27% 0.87% -
XYZ 51.25 43.83 74.17 -
YUV 181.3 150.41 145.62 -
System Red Green Blue C M Y K H S L
Decimal 206 161 221 0.07 0.27 0 0.13 285 0.47 0.75
Hex CE A1 DD 7 1B 0 D 11D 2F 4B
Octal 316 241 335 7 33 0 15 435 57 113
Binary 11001110 10100001 11011101 111 11011 0 1101 100011101 101111 1001011

Color Harmonies of #CEA1DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA1DD

Black with #CEA1DD

Text Example


Text Example

White with #CEA1DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA1DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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