#CE98A8

Color #CE98A8 Viola (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viola #CE98A8

Tints of Viola #CE98A8

Color information

#CE98A8 (or 0xCE98A8) is unknown color: approx Viola. HEX triplet: CE, 98 and A8. RGB value is (206,152,168). Sum of RGB (Red+Green+Blue) = 206+152+168=526 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.16% from 526); Green value is 152 (59.77% from 255 or 28.90% from 526); Blue value is 168 (66.02% from 255 or 31.94% from 526); Max value from RGB is 206 - color contains mainly: red. Hex color #CE98A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE98A8 is #316757. Grayscale: #A9A9A9. Windows color (decimal): -3237720 or 11049166. OLE color: 11049166.

HSL color Cylindrical-coordinate representation of color #CE98A8: hue angle of 342.22º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CE98A8 is Cyan = 0, Magento = 0.26, Yellow = 0.18 and Black (K on CMYK) = 0.19.

Color convert

RGB206152168-
CMYK00.260.180.19
HSL342.22º35.53%70.2%-
HSV(B)342.22º26.21%80.78%-
XYZ43.7538.4142.15-
YUV169.97126.89153.7-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.16%
GREEN value IS 152 (59.77% from 255) = 28.90%
BLUE value IS 168 (66.02% from 255) = 31.94%
R=39.16%
G=28.90%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.18
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20615216800.260.180.19342.2235.5370.2
HexCE98A801A12131562446
Octal316230250032222352644106
Binary11001110100110001010100001101010010100111010101101001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE98A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE98A8; }

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

 H1.HeaderClassName
 {
   color: #CE98A8;
 }
 .AnyTagClassName
 {
   color: #CE98A8;
 }
</style>
background-color css

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

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

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

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

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

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