Html Css Color HEX #CE9EDE Wisteria

📋 copy color: '#CE9EDE'

red 206 ◦ green 158 ◦ blue 222

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

Shades of Wisteria #CE9EDE

Tints of Wisteria #CE9EDE

RGB

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

 GREEN value IS 158 (62.11% from 255) = 26.96%

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

R = 35.15%
G = 26.96%
B = 37.88%

CMYK

 C value IS 0.07

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CE9EDE (or 0xCE9EDE) is known color: Wisteria. HEX triplet: CE, 9E and DE. RGB value is (206,158,222). Sum of RGB (Red+Green+Blue) = 206+158+222=586 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.15% from 586); Green value is 158 (62.11% from 255 or 26.96% from 586); Blue value is 222 (87.11% from 255 or 37.88% from 586); Max value from RGB is 222 - color contains mainly: blue. Hex color #CE9EDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE9EDE is #316121. Grayscale: #B3B3B3. Windows color (decimal): -3236130 or 14589646. OLE color: 14589646.

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

Color convert

RGB 206 158 222 -
CMYK 0.07 0.29 0 0.13
HSL 285º 0.49% 0.75% -
HSV(B) 285º 0.29% 0.87% -
XYZ 50.87 42.85 74.7 -
YUV 179.65 151.9 146.8 -
System Red Green Blue C M Y K H S L
Decimal 206 158 222 0.07 0.29 0 0.13 285 0.49 0.75
Hex CE 9E DE 7 1D 0 D 11D 31 4B
Octal 316 236 336 7 35 0 15 435 61 113
Binary 11001110 10011110 11011110 111 11101 0 1101 100011101 110001 1001011

Color Harmonies of #CE9EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9EDE

Black with #CE9EDE

Text Example


Text Example

White with #CE9EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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