Html Css Color HEX #CEA4DE Wisteria

📋 copy color: '#CEA4DE'

red 206 ◦ green 164 ◦ blue 222

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

Shades of Wisteria #CEA4DE

Tints of Wisteria #CEA4DE

RGB

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

 GREEN value IS 164 (64.45% from 255) = 27.7%

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

R = 34.8%
G = 27.7%
B = 37.5%

CMYK

 C value IS 0.07

 M value IS 0.26

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CEA4DE (or 0xCEA4DE) is known color: Wisteria. HEX triplet: CE, A4 and DE. RGB value is (206,164,222). Sum of RGB (Red+Green+Blue) = 206+164+222=592 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.80% from 592); Green value is 164 (64.45% from 255 or 27.70% from 592); Blue value is 222 (87.11% from 255 or 37.5% from 592); Max value from RGB is 222 - color contains mainly: blue. Hex color #CEA4DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA4DE is #315B21. Grayscale: #B6B6B6. Windows color (decimal): -3234594 or 14591182. OLE color: 14591182.

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

Color convert

RGB 206 164 222 -
CMYK 0.07 0.26 0 0.13
HSL 283.45º 0.47% 0.76% -
HSV(B) 283.45º 0.26% 0.87% -
XYZ 51.91 44.95 75.05 -
YUV 183.17 149.91 144.28 -
System Red Green Blue C M Y K H S L
Decimal 206 164 222 0.07 0.26 0 0.13 283.45 0.47 0.76
Hex CE A4 DE 7 1A 0 D 11B 2F 4C
Octal 316 244 336 7 32 0 15 433 57 114
Binary 11001110 10100100 11011110 111 11010 0 1101 100011011 101111 1001100

Color Harmonies of #CEA4DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA4DE

Black with #CEA4DE

Text Example


Text Example

White with #CEA4DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA4DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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