Html Css Color HEX #DD8AAB Kobi

📋 copy color: '#DD8AAB'

red 221 ◦ green 138 ◦ blue 171

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

Shades of Kobi #DD8AAB

Tints of Kobi #DD8AAB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 26.04%

 BLUE value IS 171 (67.19% from 255) = 32.26%

R = 41.7%
G = 26.04%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DD8AAB (or 0xDD8AAB) is known color: Kobi. HEX triplet: DD, 8A and AB. RGB value is (221,138,171). Sum of RGB (Red+Green+Blue) = 221+138+171=530 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.70% from 530); Green value is 138 (54.30% from 255 or 26.04% from 530); Blue value is 171 (67.19% from 255 or 32.26% from 530); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8AAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8AAB is #227554. Grayscale: #A6A6A6. Windows color (decimal): -2258261 or 11242205. OLE color: 11242205.

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

Color convert

RGB 221 138 171 -
CMYK 0 0.38 0.23 0.13
HSL 336.14º 0.55% 0.7% -
HSV(B) 336.14º 0.38% 0.87% -
XYZ 46.26 36.49 43.13 -
YUV 166.58 130.5 166.82 -
System Red Green Blue C M Y K H S L
Decimal 221 138 171 0 0.38 0.23 0.13 336.14 0.55 0.7
Hex DD 8A AB 0 26 17 D 150 37 46
Octal 335 212 253 0 46 27 15 520 67 106
Binary 11011101 10001010 10101011 0 100110 10111 1101 101010000 110111 1000110

Color Harmonies of #DD8AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8AAB

Black with #DD8AAB

Text Example


Text Example

White with #DD8AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8AAB; }

 p { color: rgb(221,138,171); }

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

background-color css

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

 a { background-color: rgb(221,138,171); }

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

border-color css

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

 span { border-color: rgb(221,138,171); }

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