Html Css Color HEX #DD9CB0 Kobi

📋 copy color: '#DD9CB0'

red 221 ◦ green 156 ◦ blue 176

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

Shades of Kobi #DD9CB0

Tints of Kobi #DD9CB0

RGB

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

 GREEN value IS 156 (61.33% from 255) = 28.21%

 BLUE value IS 176 (69.14% from 255) = 31.83%

R = 39.96%
G = 28.21%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#DD9CB0 (or 0xDD9CB0) is known color: Kobi. HEX triplet: DD, 9C and B0. RGB value is (221,156,176). Sum of RGB (Red+Green+Blue) = 221+156+176=553 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.96% from 553); Green value is 156 (61.33% from 255 or 28.21% from 553); Blue value is 176 (69.14% from 255 or 31.83% from 553); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9CB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9CB0 is #22634F. Grayscale: #B1B1B1. Windows color (decimal): -2253648 or 11574493. OLE color: 11574493.

HSL color Cylindrical-coordinate representation of color #DD9CB0: hue angle of 341.54º degrees, saturation: 0.49, 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 #DD9CB0 is Cyan = 0, Magento = 0.29, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 156 176 -
CMYK 0 0.29 0.20 0.13
HSL 341.54º 0.49% 0.74% -
HSV(B) 341.54º 0.29% 0.87% -
XYZ 49.54 42.28 46.62 -
YUV 177.72 127.03 158.87 -
System Red Green Blue C M Y K H S L
Decimal 221 156 176 0 0.29 0.20 0.13 341.54 0.49 0.74
Hex DD 9C B0 0 1D 14 D 156 31 4A
Octal 335 234 260 0 35 24 15 526 61 112
Binary 11011101 10011100 10110000 0 11101 10100 1101 101010110 110001 1001010

Color Harmonies of #DD9CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9CB0

Black with #DD9CB0

Text Example


Text Example

White with #DD9CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9CB0; }

 p { color: rgb(221,156,176); }

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

background-color css

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

 a { background-color: rgb(221,156,176); }

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

border-color css

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

 span { border-color: rgb(221,156,176); }

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