Html Css Color HEX #CE9DEC Wisteria

📋 copy color: '#CE9DEC'

red 206 ◦ green 157 ◦ blue 236

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

Shades of Wisteria #CE9DEC

Tints of Wisteria #CE9DEC

RGB

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

 GREEN value IS 157 (61.72% from 255) = 26.21%

 BLUE value IS 236 (92.58% from 255) = 39.4%

R = 34.39%
G = 26.21%
B = 39.4%

CMYK

 C value IS 0.13

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CE9DEC (or 0xCE9DEC) is known color: Wisteria. HEX triplet: CE, 9D and EC. RGB value is (206,157,236). Sum of RGB (Red+Green+Blue) = 206+157+236=599 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.39% from 599); Green value is 157 (61.72% from 255 or 26.21% from 599); Blue value is 236 (92.58% from 255 or 39.40% from 599); Max value from RGB is 236 - color contains mainly: blue. Hex color #CE9DEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE9DEC is #316213. Grayscale: #B4B4B4. Windows color (decimal): -3236372 or 15506894. OLE color: 15506894.

HSL color Cylindrical-coordinate representation of color #CE9DEC: hue angle of 277.22º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CE9DEC is Cyan = 0.13, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 206 157 236 -
CMYK 0.13 0.33 0 0.07
HSL 277.22º 0.68% 0.77% -
HSV(B) 277.22º 0.33% 0.93% -
XYZ 52.65 43.29 84.94 -
YUV 180.66 159.23 146.08 -
System Red Green Blue C M Y K H S L
Decimal 206 157 236 0.13 0.33 0 0.07 277.22 0.68 0.77
Hex CE 9D EC D 21 0 7 115 44 4D
Octal 316 235 354 15 41 0 7 425 104 115
Binary 11001110 10011101 11101100 1101 100001 0 111 100010101 1000100 1001101

Color Harmonies of #CE9DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9DEC

Black with #CE9DEC

Text Example


Text Example

White with #CE9DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9DEC; }

 p { color: rgb(206,157,236); }

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

background-color css

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

 a { background-color: rgb(206,157,236); }

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

border-color css

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

 span { border-color: rgb(206,157,236); }

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