Html Css Color HEX #DEA29F Petite Orchid

📋 copy color: '#DEA29F'

red 222 ◦ green 162 ◦ blue 159

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

Shades of Petite Orchid #DEA29F

Tints of Petite Orchid #DEA29F

RGB

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

 GREEN value IS 162 (63.67% from 255) = 29.83%

 BLUE value IS 159 (62.5% from 255) = 29.28%

R = 40.88%
G = 29.83%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DEA29F (or 0xDEA29F) is known color: Petite Orchid. HEX triplet: DE, A2 and 9F. RGB value is (222,162,159). Sum of RGB (Red+Green+Blue) = 222+162+159=543 (71% of max value = 765). Red value is 222 (87.11% from 255 or 40.88% from 543); Green value is 162 (63.67% from 255 or 29.83% from 543); Blue value is 159 (62.5% from 255 or 29.28% from 543); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA29F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA29F is #215D60. Grayscale: #B3B3B3. Windows color (decimal): -2186593 or 10461918. OLE color: 10461918.

HSL color Cylindrical-coordinate representation of color #DEA29F: hue angle of 2.86º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DEA29F is Cyan = 0, Magento = 0.27, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 162 159 -
CMYK 0 0.27 0.28 0.13
HSL 2.86º 0.49% 0.75% -
HSV(B) 2.86º 0.28% 0.87% -
XYZ 49.3 43.87 38.67 -
YUV 179.6 116.38 158.24 -
System Red Green Blue C M Y K H S L
Decimal 222 162 159 0 0.27 0.28 0.13 2.86 0.49 0.75
Hex DE A2 9F 0 1B 1C D 3 31 4B
Octal 336 242 237 0 33 34 15 3 61 113
Binary 11011110 10100010 10011111 0 11011 11100 1101 11 110001 1001011

Color Harmonies of #DEA29F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA29F

Black with #DEA29F

Text Example


Text Example

White with #DEA29F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA29F; }

 p { color: rgb(222,162,159); }

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

background-color css

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

 a { background-color: rgb(222,162,159); }

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

border-color css

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

 span { border-color: rgb(222,162,159); }

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