Html Css Color HEX #CE9EEF Wisteria

📋 copy color: '#CE9EEF'

red 206 ◦ green 158 ◦ blue 239

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

Shades of Wisteria #CE9EEF

Tints of Wisteria #CE9EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 39.64%

R = 34.16%
G = 26.2%
B = 39.64%

CMYK

 C value IS 0.14

 M value IS 0.34

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CE9EEF (or 0xCE9EEF) is known color: Wisteria. HEX triplet: CE, 9E and EF. RGB value is (206,158,239). Sum of RGB (Red+Green+Blue) = 206+158+239=603 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.16% from 603); Green value is 158 (62.11% from 255 or 26.20% from 603); Blue value is 239 (93.75% from 255 or 39.64% from 603); Max value from RGB is 239 - color contains mainly: blue. Hex color #CE9EEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE9EEF is #316110. Grayscale: #B5B5B5. Windows color (decimal): -3236113 or 15703758. OLE color: 15703758.

HSL color Cylindrical-coordinate representation of color #CE9EEF: hue angle of 275.56º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CE9EEF is Cyan = 0.14, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 206 158 239 -
CMYK 0.14 0.34 0 0.06
HSL 275.56º 0.72% 0.78% -
HSV(B) 275.56º 0.34% 0.94% -
XYZ 53.26 43.81 87.31 -
YUV 181.59 160.4 145.41 -
System Red Green Blue C M Y K H S L
Decimal 206 158 239 0.14 0.34 0 0.06 275.56 0.72 0.78
Hex CE 9E EF E 22 0 6 114 48 4E
Octal 316 236 357 16 42 0 6 424 110 116
Binary 11001110 10011110 11101111 1110 100010 0 110 100010100 1001000 1001110

Color Harmonies of #CE9EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9EEF

Black with #CE9EEF

Text Example


Text Example

White with #CE9EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9EEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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