Html Css Color HEX #DD90AB Kobi

📋 copy color: '#DD90AB'

red 221 ◦ green 144 ◦ blue 171

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

Shades of Kobi #DD90AB

Tints of Kobi #DD90AB

RGB

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

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

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

R = 41.23%
G = 26.87%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DD90AB (or 0xDD90AB) is known color: Kobi. HEX triplet: DD, 90 and AB. RGB value is (221,144,171). Sum of RGB (Red+Green+Blue) = 221+144+171=536 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.23% from 536); Green value is 144 (56.64% from 255 or 26.87% from 536); Blue value is 171 (67.19% from 255 or 31.90% from 536); Max value from RGB is 221 - color contains mainly: red. Hex color #DD90AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD90AB is #226F54. Grayscale: #AAAAAA. Windows color (decimal): -2256725 or 11243741. OLE color: 11243741.

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

Color convert

RGB 221 144 171 -
CMYK 0 0.35 0.23 0.13
HSL 338.96º 0.53% 0.72% -
HSV(B) 338.96º 0.35% 0.87% -
XYZ 47.14 38.26 43.43 -
YUV 170.1 128.51 164.3 -
System Red Green Blue C M Y K H S L
Decimal 221 144 171 0 0.35 0.23 0.13 338.96 0.53 0.72
Hex DD 90 AB 0 23 17 D 153 35 48
Octal 335 220 253 0 43 27 15 523 65 110
Binary 11011101 10010000 10101011 0 100011 10111 1101 101010011 110101 1001000

Color Harmonies of #DD90AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD90AB

Black with #DD90AB

Text Example


Text Example

White with #DD90AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD90AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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