Html Css Color HEX #CEA1D8 Wisteria

📋 copy color: '#CEA1D8'

red 206 ◦ green 161 ◦ blue 216

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

Shades of Wisteria #CEA1D8

Tints of Wisteria #CEA1D8

RGB

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

 GREEN value IS 161 (63.28% from 255) = 27.62%

 BLUE value IS 216 (84.77% from 255) = 37.05%

R = 35.33%
G = 27.62%
B = 37.05%

CMYK

 C value IS 0.05

 M value IS 0.25

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CEA1D8 (or 0xCEA1D8) is known color: Wisteria. HEX triplet: CE, A1 and D8. RGB value is (206,161,216). Sum of RGB (Red+Green+Blue) = 206+161+216=583 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.33% from 583); Green value is 161 (63.28% from 255 or 27.62% from 583); Blue value is 216 (84.77% from 255 or 37.05% from 583); Max value from RGB is 216 - color contains mainly: blue. Hex color #CEA1D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA1D8 is #315E27. Grayscale: #B4B4B4. Windows color (decimal): -3235368 or 14197198. OLE color: 14197198.

HSL color Cylindrical-coordinate representation of color #CEA1D8: hue angle of 289.09º degrees, saturation: 0.41, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CEA1D8 is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 206 161 216 -
CMYK 0.05 0.25 0 0.15
HSL 289.09º 0.41% 0.74% -
HSV(B) 289.09º 0.25% 0.85% -
XYZ 50.59 43.57 70.71 -
YUV 180.73 147.91 146.03 -
System Red Green Blue C M Y K H S L
Decimal 206 161 216 0.05 0.25 0 0.15 289.09 0.41 0.74
Hex CE A1 D8 5 19 0 F 121 29 4A
Octal 316 241 330 5 31 0 17 441 51 112
Binary 11001110 10100001 11011000 101 11001 0 1111 100100001 101001 1001010

Color Harmonies of #CEA1D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA1D8

Black with #CEA1D8

Text Example


Text Example

White with #CEA1D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA1D8; }

 p { color: rgb(206,161,216); }

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

background-color css

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

 a { background-color: rgb(206,161,216); }

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

border-color css

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

 span { border-color: rgb(206,161,216); }

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