Html Css Color HEX #CEA9DF Wisteria

📋 copy color: '#CEA9DF'

red 206 ◦ green 169 ◦ blue 223

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

Shades of Wisteria #CEA9DF

Tints of Wisteria #CEA9DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 37.29%

R = 34.45%
G = 28.26%
B = 37.29%

CMYK

 C value IS 0.08

 M value IS 0.24

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CEA9DF (or 0xCEA9DF) is known color: Wisteria. HEX triplet: CE, A9 and DF. RGB value is (206,169,223). Sum of RGB (Red+Green+Blue) = 206+169+223=598 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.45% from 598); Green value is 169 (66.41% from 255 or 28.26% from 598); Blue value is 223 (87.5% from 255 or 37.29% from 598); Max value from RGB is 223 - color contains mainly: blue. Hex color #CEA9DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA9DF is #315620. Grayscale: #BABABA. Windows color (decimal): -3233313 or 14657998. OLE color: 14657998.

HSL color Cylindrical-coordinate representation of color #CEA9DF: hue angle of 281.11º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CEA9DF is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 169 223 -
CMYK 0.08 0.24 0 0.13
HSL 281.11º 0.46% 0.77% -
HSV(B) 281.11º 0.24% 0.87% -
XYZ 52.96 46.83 76.06 -
YUV 186.22 148.76 142.11 -
System Red Green Blue C M Y K H S L
Decimal 206 169 223 0.08 0.24 0 0.13 281.11 0.46 0.77
Hex CE A9 DF 8 18 0 D 119 2E 4D
Octal 316 251 337 10 30 0 15 431 56 115
Binary 11001110 10101001 11011111 1000 11000 0 1101 100011001 101110 1001101

Color Harmonies of #CEA9DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA9DF

Black with #CEA9DF

Text Example


Text Example

White with #CEA9DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA9DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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