Html Css Color HEX #CEAADF Wisteria

📋 copy color: '#CEAADF'

red 206 ◦ green 170 ◦ blue 223

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

Shades of Wisteria #CEAADF

Tints of Wisteria #CEAADF

RGB

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

 GREEN value IS 170 (66.8% from 255) = 28.38%

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

R = 34.39%
G = 28.38%
B = 37.23%

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

#CEAADF (or 0xCEAADF) is known color: Wisteria. HEX triplet: CE, AA and DF. RGB value is (206,170,223). Sum of RGB (Red+Green+Blue) = 206+170+223=599 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.39% from 599); Green value is 170 (66.80% from 255 or 28.38% from 599); Blue value is 223 (87.5% from 255 or 37.23% from 599); Max value from RGB is 223 - color contains mainly: blue. Hex color #CEAADF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEAADF is #315520. Grayscale: #BABABA. Windows color (decimal): -3233057 or 14658254. OLE color: 14658254.

HSL color Cylindrical-coordinate representation of color #CEAADF: hue angle of 280.75º degrees, saturation: 0.45, 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 #CEAADF is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 170 223 -
CMYK 0.08 0.24 0 0.13
HSL 280.75º 0.45% 0.77% -
HSV(B) 280.75º 0.24% 0.87% -
XYZ 53.15 47.2 76.12 -
YUV 186.81 148.43 141.69 -
System Red Green Blue C M Y K H S L
Decimal 206 170 223 0.08 0.24 0 0.13 280.75 0.45 0.77
Hex CE AA DF 8 18 0 D 119 2D 4D
Octal 316 252 337 10 30 0 15 431 55 115
Binary 11001110 10101010 11011111 1000 11000 0 1101 100011001 101101 1001101

Color Harmonies of #CEAADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAADF

Black with #CEAADF

Text Example


Text Example

White with #CEAADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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