Html Css Color HEX #DE696C Froly

📋 copy color: '#DE696C'

red 222 ◦ green 105 ◦ blue 108

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

Shades of Froly #DE696C

Tints of Froly #DE696C

RGB

 RED value IS 222 (87.11% from 255) = 51.03%

 GREEN value IS 105 (41.41% from 255) = 24.14%

 BLUE value IS 108 (42.58% from 255) = 24.83%

R = 51.03%
G = 24.14%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DE696C (or 0xDE696C) is known color: Froly. HEX triplet: DE, 69 and 6C. RGB value is (222,105,108). Sum of RGB (Red+Green+Blue) = 222+105+108=435 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.03% from 435); Green value is 105 (41.41% from 255 or 24.14% from 435); Blue value is 108 (42.58% from 255 or 24.83% from 435); Max value from RGB is 222 - color contains mainly: red. Hex color #DE696C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE696C is #219693. Grayscale: #8C8C8C. Windows color (decimal): -2201236 or 7104990. OLE color: 7104990.

HSL color Cylindrical-coordinate representation of color #DE696C: hue angle of 358.46º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DE696C is Cyan = 0, Magento = 0.53, Yellow = 0.51 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 105 108 -
CMYK 0 0.53 0.51 0.13
HSL 358.46º 0.64% 0.64% -
HSV(B) 358.46º 0.53% 0.87% -
XYZ 37.88 26.72 17.35 -
YUV 140.33 109.76 186.26 -
System Red Green Blue C M Y K H S L
Decimal 222 105 108 0 0.53 0.51 0.13 358.46 0.64 0.64
Hex DE 69 6C 0 35 33 D 166 40 40
Octal 336 151 154 0 65 63 15 546 100 100
Binary 11011110 1101001 1101100 0 110101 110011 1101 101100110 1000000 1000000

Color Harmonies of #DE696C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE696C

Black with #DE696C

Text Example


Text Example

White with #DE696C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE696C; }

 p { color: rgb(222,105,108); }

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

background-color css

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

 a { background-color: rgb(222,105,108); }

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

border-color css

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

 span { border-color: rgb(222,105,108); }

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