Html Css Color HEX #DE908C Petite Orchid

📋 copy color: '#DE908C'

red 222 ◦ green 144 ◦ blue 140

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

Shades of Petite Orchid #DE908C

Tints of Petite Orchid #DE908C

RGB

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

 GREEN value IS 144 (56.64% from 255) = 28.46%

 BLUE value IS 140 (55.08% from 255) = 27.67%

R = 43.87%
G = 28.46%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DE908C (or 0xDE908C) is known color: Petite Orchid. HEX triplet: DE, 90 and 8C. RGB value is (222,144,140). Sum of RGB (Red+Green+Blue) = 222+144+140=506 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.87% from 506); Green value is 144 (56.64% from 255 or 28.46% from 506); Blue value is 140 (55.08% from 255 or 27.67% from 506); Max value from RGB is 222 - color contains mainly: red. Hex color #DE908C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE908C is #216F73. Grayscale: #A6A6A6. Windows color (decimal): -2191220 or 9212126. OLE color: 9212126.

HSL color Cylindrical-coordinate representation of color #DE908C: hue angle of 2.93º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DE908C is Cyan = 0, Magento = 0.35, Yellow = 0.37 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 144 140 -
CMYK 0 0.35 0.37 0.13
HSL 2.93º 0.55% 0.71% -
HSV(B) 2.93º 0.37% 0.87% -
XYZ 44.83 37.37 29.66 -
YUV 166.87 112.84 167.33 -
System Red Green Blue C M Y K H S L
Decimal 222 144 140 0 0.35 0.37 0.13 2.93 0.55 0.71
Hex DE 90 8C 0 23 25 D 3 37 47
Octal 336 220 214 0 43 45 15 3 67 107
Binary 11011110 10010000 10001100 0 100011 100101 1101 11 110111 1000111

Color Harmonies of #DE908C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE908C

Black with #DE908C

Text Example


Text Example

White with #DE908C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE908C; }

 p { color: rgb(222,144,140); }

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

background-color css

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

 a { background-color: rgb(222,144,140); }

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

border-color css

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

 span { border-color: rgb(222,144,140); }

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