Html Css Color HEX #CEA4D7 Wisteria

📋 copy color: '#CEA4D7'

red 206 ◦ green 164 ◦ blue 215

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

Shades of Wisteria #CEA4D7

Tints of Wisteria #CEA4D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 36.75%

R = 35.21%
G = 28.03%
B = 36.75%

CMYK

 C value IS 0.04

 M value IS 0.24

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CEA4D7 (or 0xCEA4D7) is known color: Wisteria. HEX triplet: CE, A4 and D7. RGB value is (206,164,215). Sum of RGB (Red+Green+Blue) = 206+164+215=585 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.21% from 585); Green value is 164 (64.45% from 255 or 28.03% from 585); Blue value is 215 (84.38% from 255 or 36.75% from 585); Max value from RGB is 215 - color contains mainly: blue. Hex color #CEA4D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA4D7 is #315B28. Grayscale: #B6B6B6. Windows color (decimal): -3234601 or 14132430. OLE color: 14132430.

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

Color convert

RGB 206 164 215 -
CMYK 0.04 0.24 0 0.16
HSL 289.41º 0.39% 0.74% -
HSV(B) 289.41º 0.24% 0.84% -
XYZ 50.99 44.58 70.21 -
YUV 182.37 146.41 144.85 -
System Red Green Blue C M Y K H S L
Decimal 206 164 215 0.04 0.24 0 0.16 289.41 0.39 0.74
Hex CE A4 D7 4 18 0 10 121 27 4A
Octal 316 244 327 4 30 0 20 441 47 112
Binary 11001110 10100100 11010111 100 11000 0 10000 100100001 100111 1001010

Color Harmonies of #CEA4D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA4D7

Black with #CEA4D7

Text Example


Text Example

White with #CEA4D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA4D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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