Html Css Color HEX #DD9DA8 Kobi

📋 copy color: '#DD9DA8'

red 221 ◦ green 157 ◦ blue 168

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

Shades of Kobi #DD9DA8

Tints of Kobi #DD9DA8

RGB

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

 GREEN value IS 157 (61.72% from 255) = 28.75%

 BLUE value IS 168 (66.02% from 255) = 30.77%

R = 40.48%
G = 28.75%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#DD9DA8 (or 0xDD9DA8) is known color: Kobi. HEX triplet: DD, 9D and A8. RGB value is (221,157,168). Sum of RGB (Red+Green+Blue) = 221+157+168=546 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.48% from 546); Green value is 157 (61.72% from 255 or 28.75% from 546); Blue value is 168 (66.02% from 255 or 30.77% from 546); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9DA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9DA8 is #226257. Grayscale: #B1B1B1. Windows color (decimal): -2253400 or 11050461. OLE color: 11050461.

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

Color convert

RGB 221 157 168 -
CMYK 0 0.29 0.24 0.13
HSL 349.69º 0.48% 0.74% -
HSV(B) 349.69º 0.29% 0.87% -
XYZ 48.94 42.31 42.63 -
YUV 177.39 122.7 159.11 -
System Red Green Blue C M Y K H S L
Decimal 221 157 168 0 0.29 0.24 0.13 349.69 0.48 0.74
Hex DD 9D A8 0 1D 18 D 15E 30 4A
Octal 335 235 250 0 35 30 15 536 60 112
Binary 11011101 10011101 10101000 0 11101 11000 1101 101011110 110000 1001010

Color Harmonies of #DD9DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9DA8

Black with #DD9DA8

Text Example


Text Example

White with #DD9DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9DA8; }

 p { color: rgb(221,157,168); }

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

background-color css

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

 a { background-color: rgb(221,157,168); }

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

border-color css

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

 span { border-color: rgb(221,157,168); }

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