Html Css Color HEX #DD9698 Wewak

📋 copy color: '#DD9698'

red 221 ◦ green 150 ◦ blue 152

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

Shades of Wewak #DD9698

Tints of Wewak #DD9698

RGB

 RED value IS 221 (86.72% from 255) = 42.26%

 GREEN value IS 150 (58.98% from 255) = 28.68%

 BLUE value IS 152 (59.77% from 255) = 29.06%

R = 42.26%
G = 28.68%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DD9698 (or 0xDD9698) is known color: Wewak. HEX triplet: DD, 96 and 98. RGB value is (221,150,152). Sum of RGB (Red+Green+Blue) = 221+150+152=523 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.26% from 523); Green value is 150 (58.98% from 255 or 28.68% from 523); Blue value is 152 (59.77% from 255 or 29.06% from 523); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9698 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9698 is #226967. Grayscale: #ABABAB. Windows color (decimal): -2255208 or 10000093. OLE color: 10000093.

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

Color convert

RGB 221 150 152 -
CMYK 0 0.32 0.31 0.13
HSL 358.31º 0.51% 0.73% -
HSV(B) 358.31º 0.32% 0.87% -
XYZ 46.39 39.45 34.88 -
YUV 171.46 117.02 163.34 -
System Red Green Blue C M Y K H S L
Decimal 221 150 152 0 0.32 0.31 0.13 358.31 0.51 0.73
Hex DD 96 98 0 20 1F D 166 33 49
Octal 335 226 230 0 40 37 15 546 63 111
Binary 11011101 10010110 10011000 0 100000 11111 1101 101100110 110011 1001001

Color Harmonies of #DD9698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9698

Black with #DD9698

Text Example


Text Example

White with #DD9698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9698; }

 p { color: rgb(221,150,152); }

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

background-color css

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

 a { background-color: rgb(221,150,152); }

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

border-color css

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

 span { border-color: rgb(221,150,152); }

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