Html Css Color HEX #CEA4D6 Wisteria

📋 copy color: '#CEA4D6'

red 206 ◦ green 164 ◦ blue 214

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

Shades of Wisteria #CEA4D6

Tints of Wisteria #CEA4D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 36.64%

R = 35.27%
G = 28.08%
B = 36.64%

CMYK

 C value IS 0.04

 M value IS 0.23

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CEA4D6 (or 0xCEA4D6) is known color: Wisteria. HEX triplet: CE, A4 and D6. RGB value is (206,164,214). Sum of RGB (Red+Green+Blue) = 206+164+214=584 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.27% from 584); Green value is 164 (64.45% from 255 or 28.08% from 584); Blue value is 214 (83.98% from 255 or 36.64% from 584); Max value from RGB is 214 - color contains mainly: blue. Hex color #CEA4D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA4D6 is #315B29. Grayscale: #B6B6B6. Windows color (decimal): -3234602 or 14066894. OLE color: 14066894.

HSL color Cylindrical-coordinate representation of color #CEA4D6: hue angle of 290.4º degrees, saturation: 0.38, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CEA4D6 is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 164 214 -
CMYK 0.04 0.23 0 0.16
HSL 290.4º 0.38% 0.74% -
HSV(B) 290.4º 0.23% 0.84% -
XYZ 50.87 44.53 69.53 -
YUV 182.26 145.91 144.93 -
System Red Green Blue C M Y K H S L
Decimal 206 164 214 0.04 0.23 0 0.16 290.4 0.38 0.74
Hex CE A4 D6 4 17 0 10 122 26 4A
Octal 316 244 326 4 27 0 20 442 46 112
Binary 11001110 10100100 11010110 100 10111 0 10000 100100010 100110 1001010

Color Harmonies of #CEA4D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA4D6

Black with #CEA4D6

Text Example


Text Example

White with #CEA4D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA4D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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