Html Css Color HEX #DE999B Wewak

📋 copy color: '#DE999B'

red 222 ◦ green 153 ◦ blue 155

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

Shades of Wewak #DE999B

Tints of Wewak #DE999B

RGB

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

 GREEN value IS 153 (60.16% from 255) = 28.87%

 BLUE value IS 155 (60.94% from 255) = 29.25%

R = 41.89%
G = 28.87%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DE999B (or 0xDE999B) is known color: Wewak. HEX triplet: DE, 99 and 9B. RGB value is (222,153,155). Sum of RGB (Red+Green+Blue) = 222+153+155=530 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.89% from 530); Green value is 153 (60.16% from 255 or 28.87% from 530); Blue value is 155 (60.94% from 255 or 29.25% from 530); Max value from RGB is 222 - color contains mainly: red. Hex color #DE999B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE999B is #216664. Grayscale: #ADADAD. Windows color (decimal): -2188901 or 10197470. OLE color: 10197470.

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

Color convert

RGB 222 153 155 -
CMYK 0 0.31 0.30 0.13
HSL 358.26º 0.51% 0.74% -
HSV(B) 358.26º 0.31% 0.87% -
XYZ 47.43 40.68 36.36 -
YUV 173.86 117.36 162.34 -
System Red Green Blue C M Y K H S L
Decimal 222 153 155 0 0.31 0.30 0.13 358.26 0.51 0.74
Hex DE 99 9B 0 1F 1E D 166 33 4A
Octal 336 231 233 0 37 36 15 546 63 112
Binary 11011110 10011001 10011011 0 11111 11110 1101 101100110 110011 1001010

Color Harmonies of #DE999B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE999B

Black with #DE999B

Text Example


Text Example

White with #DE999B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE999B; }

 p { color: rgb(222,153,155); }

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

background-color css

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

 a { background-color: rgb(222,153,155); }

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

border-color css

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

 span { border-color: rgb(222,153,155); }

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