Html Css Color HEX #CEA9D7 Wisteria

📋 copy color: '#CEA9D7'

red 206 ◦ green 169 ◦ blue 215

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

Shades of Wisteria #CEA9D7

Tints of Wisteria #CEA9D7

RGB

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

 GREEN value IS 169 (66.41% from 255) = 28.64%

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

R = 34.92%
G = 28.64%
B = 36.44%

CMYK

 C value IS 0.04

 M value IS 0.21

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CEA9D7 (or 0xCEA9D7) is known color: Wisteria. HEX triplet: CE, A9 and D7. RGB value is (206,169,215). Sum of RGB (Red+Green+Blue) = 206+169+215=590 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.92% from 590); Green value is 169 (66.41% from 255 or 28.64% from 590); Blue value is 215 (84.38% from 255 or 36.44% from 590); Max value from RGB is 215 - color contains mainly: blue. Hex color #CEA9D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA9D7 is #315628. Grayscale: #B9B9B9. Windows color (decimal): -3233321 or 14133710. OLE color: 14133710.

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

Color convert

RGB 206 169 215 -
CMYK 0.04 0.21 0 0.16
HSL 288.26º 0.37% 0.75% -
HSV(B) 288.26º 0.21% 0.84% -
XYZ 51.91 46.4 70.51 -
YUV 185.31 144.76 142.76 -
System Red Green Blue C M Y K H S L
Decimal 206 169 215 0.04 0.21 0 0.16 288.26 0.37 0.75
Hex CE A9 D7 4 15 0 10 120 25 4B
Octal 316 251 327 4 25 0 20 440 45 113
Binary 11001110 10101001 11010111 100 10101 0 10000 100100000 100101 1001011

Color Harmonies of #CEA9D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA9D7

Black with #CEA9D7

Text Example


Text Example

White with #CEA9D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA9D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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