Html Css Color HEX #CEA1DC Wisteria

📋 copy color: '#CEA1DC'

red 206 ◦ green 161 ◦ blue 220

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

Shades of Wisteria #CEA1DC

Tints of Wisteria #CEA1DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 37.48%

R = 35.09%
G = 27.43%
B = 37.48%

CMYK

 C value IS 0.06

 M value IS 0.27

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CEA1DC (or 0xCEA1DC) is known color: Wisteria. HEX triplet: CE, A1 and DC. RGB value is (206,161,220). Sum of RGB (Red+Green+Blue) = 206+161+220=587 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.09% from 587); Green value is 161 (63.28% from 255 or 27.43% from 587); Blue value is 220 (86.33% from 255 or 37.48% from 587); Max value from RGB is 220 - color contains mainly: blue. Hex color #CEA1DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA1DC is #315E23. Grayscale: #B4B4B4. Windows color (decimal): -3235364 or 14459342. OLE color: 14459342.

HSL color Cylindrical-coordinate representation of color #CEA1DC: hue angle of 285.76º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CEA1DC is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 206 161 220 -
CMYK 0.06 0.27 0 0.14
HSL 285.76º 0.46% 0.75% -
HSV(B) 285.76º 0.27% 0.86% -
XYZ 51.12 43.78 73.47 -
YUV 181.18 149.91 145.7 -
System Red Green Blue C M Y K H S L
Decimal 206 161 220 0.06 0.27 0 0.14 285.76 0.46 0.75
Hex CE A1 DC 6 1B 0 E 11E 2E 4B
Octal 316 241 334 6 33 0 16 436 56 113
Binary 11001110 10100001 11011100 110 11011 0 1110 100011110 101110 1001011

Color Harmonies of #CEA1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA1DC

Black with #CEA1DC

Text Example


Text Example

White with #CEA1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA1DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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