#DE8688

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

Shades of Carissma #DE8688

Tints of Carissma #DE8688

Color information

#DE8688 (or 0xDE8688) is unknown color: approx Carissma. HEX triplet: DE, 86 and 88. RGB value is (222,134,136). Sum of RGB (Red+Green+Blue) = 222+134+136=492 (65% of max value = 765). Red value is 222 (87.11% from 255 or 45.12% from 492); Green value is 134 (52.73% from 255 or 27.24% from 492); Blue value is 136 (53.52% from 255 or 27.64% from 492); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8688 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE8688 is #217977. Grayscale: #A0A0A0. Windows color (decimal): -2193784 or 8947422. OLE color: 8947422.

HSL color Cylindrical-coordinate representation of color #DE8688: hue angle of 358.64º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DE8688 is Cyan = 0, Magento = 0.40, Yellow = 0.39 and Black (K on CMYK) = 0.13.

Color convert

RGB222134136-
CMYK00.400.390.13
HSL358.64º57.14%69.8%-
HSV(B)358.64º39.64%87.06%-
XYZ43.0934.3627.65-
YUV160.54114.15171.84-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 45.12%
GREEN value IS 134 (52.73% from 255) = 27.24%
BLUE value IS 136 (53.52% from 255) = 27.64%
R=45.12%
G=27.24%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.39
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22213413600.400.390.13358.6457.1469.8
HexDE868802827D1673946
Octal336206210050471554771106
Binary110111101000011010001000010100010011111011011001111110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE8688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE8688; }

 p { color: rgb(222,134,136); }

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

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

 a { background-color: rgb(222,134,136); }

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

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

 span { border-color: rgb(222,134,136); }

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