Html Css Color HEX #CEA7D5 Wisteria

📋 copy color: '#CEA7D5'

red 206 ◦ green 167 ◦ blue 213

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

Shades of Wisteria #CEA7D5

Tints of Wisteria #CEA7D5

RGB

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

 GREEN value IS 167 (65.63% from 255) = 28.5%

 BLUE value IS 213 (83.59% from 255) = 36.35%

R = 35.15%
G = 28.5%
B = 36.35%

CMYK

 C value IS 0.03

 M value IS 0.22

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CEA7D5 (or 0xCEA7D5) is known color: Wisteria. HEX triplet: CE, A7 and D5. RGB value is (206,167,213). Sum of RGB (Red+Green+Blue) = 206+167+213=586 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.15% from 586); Green value is 167 (65.62% from 255 or 28.50% from 586); Blue value is 213 (83.59% from 255 or 36.35% from 586); Max value from RGB is 213 - color contains mainly: blue. Hex color #CEA7D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA7D5 is #31582A. Grayscale: #B7B7B7. Windows color (decimal): -3233835 or 14002126. OLE color: 14002126.

HSL color Cylindrical-coordinate representation of color #CEA7D5: hue angle of 290.87º degrees, saturation: 0.35, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CEA7D5 is Cyan = 0.03, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 167 213 -
CMYK 0.03 0.22 0 0.16
HSL 290.87º 0.35% 0.75% -
HSV(B) 290.87º 0.22% 0.84% -
XYZ 51.28 45.56 69.04 -
YUV 183.91 144.42 143.76 -
System Red Green Blue C M Y K H S L
Decimal 206 167 213 0.03 0.22 0 0.16 290.87 0.35 0.75
Hex CE A7 D5 3 16 0 10 123 23 4B
Octal 316 247 325 3 26 0 20 443 43 113
Binary 11001110 10100111 11010101 11 10110 0 10000 100100011 100011 1001011

Color Harmonies of #CEA7D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA7D5

Black with #CEA7D5

Text Example


Text Example

White with #CEA7D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA7D5; }

 p { color: rgb(206,167,213); }

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

background-color css

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

 a { background-color: rgb(206,167,213); }

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

border-color css

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

 span { border-color: rgb(206,167,213); }

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