Html Css Color HEX #DD86A6 Kobi

📋 copy color: '#DD86A6'

red 221 ◦ green 134 ◦ blue 166

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

Shades of Kobi #DD86A6

Tints of Kobi #DD86A6

RGB

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

 GREEN value IS 134 (52.73% from 255) = 25.72%

 BLUE value IS 166 (65.23% from 255) = 31.86%

R = 42.42%
G = 25.72%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#DD86A6 (or 0xDD86A6) is known color: Kobi. HEX triplet: DD, 86 and A6. RGB value is (221,134,166). Sum of RGB (Red+Green+Blue) = 221+134+166=521 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.42% from 521); Green value is 134 (52.73% from 255 or 25.72% from 521); Blue value is 166 (65.23% from 255 or 31.86% from 521); Max value from RGB is 221 - color contains mainly: red. Hex color #DD86A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD86A6 is #227959. Grayscale: #A3A3A3. Windows color (decimal): -2259290 or 10913501. OLE color: 10913501.

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

Color convert

RGB 221 134 166 -
CMYK 0 0.39 0.25 0.13
HSL 337.93º 0.56% 0.7% -
HSV(B) 337.93º 0.39% 0.87% -
XYZ 45.23 35.18 40.48 -
YUV 163.66 129.32 168.9 -
System Red Green Blue C M Y K H S L
Decimal 221 134 166 0 0.39 0.25 0.13 337.93 0.56 0.7
Hex DD 86 A6 0 27 19 D 152 38 46
Octal 335 206 246 0 47 31 15 522 70 106
Binary 11011101 10000110 10100110 0 100111 11001 1101 101010010 111000 1000110

Color Harmonies of #DD86A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD86A6

Black with #DD86A6

Text Example


Text Example

White with #DD86A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD86A6; }

 p { color: rgb(221,134,166); }

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

background-color css

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

 a { background-color: rgb(221,134,166); }

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

border-color css

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

 span { border-color: rgb(221,134,166); }

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