Html Css Color HEX #CE9DDB Wisteria

📋 copy color: '#CE9DDB'

red 206 ◦ green 157 ◦ blue 219

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

Shades of Wisteria #CE9DDB

Tints of Wisteria #CE9DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 37.63%

R = 35.4%
G = 26.98%
B = 37.63%

CMYK

 C value IS 0.06

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CE9DDB (or 0xCE9DDB) is known color: Wisteria. HEX triplet: CE, 9D and DB. RGB value is (206,157,219). Sum of RGB (Red+Green+Blue) = 206+157+219=582 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.40% from 582); Green value is 157 (61.72% from 255 or 26.98% from 582); Blue value is 219 (85.94% from 255 or 37.63% from 582); Max value from RGB is 219 - color contains mainly: blue. Hex color #CE9DDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE9DDB is #316224. Grayscale: #B2B2B2. Windows color (decimal): -3236389 or 14392782. OLE color: 14392782.

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

Color convert

RGB 206 157 219 -
CMYK 0.06 0.28 0 0.14
HSL 287.42º 0.46% 0.74% -
HSV(B) 287.42º 0.28% 0.86% -
XYZ 50.3 42.35 72.54 -
YUV 178.72 150.73 147.46 -
System Red Green Blue C M Y K H S L
Decimal 206 157 219 0.06 0.28 0 0.14 287.42 0.46 0.74
Hex CE 9D DB 6 1C 0 E 11F 2E 4A
Octal 316 235 333 6 34 0 16 437 56 112
Binary 11001110 10011101 11011011 110 11100 0 1110 100011111 101110 1001010

Color Harmonies of #CE9DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9DDB

Black with #CE9DDB

Text Example


Text Example

White with #CE9DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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