Html Css Color HEX #CEA8DE Wisteria

📋 copy color: '#CEA8DE'

red 206 ◦ green 168 ◦ blue 222

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

Shades of Wisteria #CEA8DE

Tints of Wisteria #CEA8DE

RGB

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

 GREEN value IS 168 (66.02% from 255) = 28.19%

 BLUE value IS 222 (87.11% from 255) = 37.25%

R = 34.56%
G = 28.19%
B = 37.25%

CMYK

 C value IS 0.07

 M value IS 0.24

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CEA8DE (or 0xCEA8DE) is known color: Wisteria. HEX triplet: CE, A8 and DE. RGB value is (206,168,222). Sum of RGB (Red+Green+Blue) = 206+168+222=596 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.56% from 596); Green value is 168 (66.02% from 255 or 28.19% from 596); Blue value is 222 (87.11% from 255 or 37.25% from 596); Max value from RGB is 222 - color contains mainly: blue. Hex color #CEA8DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA8DE is #315721. Grayscale: #B9B9B9. Windows color (decimal): -3233570 or 14592206. OLE color: 14592206.

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

Color convert

RGB 206 168 222 -
CMYK 0.07 0.24 0 0.13
HSL 282.22º 0.45% 0.76% -
HSV(B) 282.22º 0.24% 0.87% -
XYZ 52.64 46.4 75.29 -
YUV 185.52 148.59 142.61 -
System Red Green Blue C M Y K H S L
Decimal 206 168 222 0.07 0.24 0 0.13 282.22 0.45 0.76
Hex CE A8 DE 7 18 0 D 11A 2D 4C
Octal 316 250 336 7 30 0 15 432 55 114
Binary 11001110 10101000 11011110 111 11000 0 1101 100011010 101101 1001100

Color Harmonies of #CEA8DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA8DE

Black with #CEA8DE

Text Example


Text Example

White with #CEA8DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA8DE; }

 p { color: rgb(206,168,222); }

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

background-color css

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

 a { background-color: rgb(206,168,222); }

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

border-color css

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

 span { border-color: rgb(206,168,222); }

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