Html Css Color HEX #DD9DAE Kobi

📋 copy color: '#DD9DAE'

red 221 ◦ green 157 ◦ blue 174

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

Shades of Kobi #DD9DAE

Tints of Kobi #DD9DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 31.52%

R = 40.04%
G = 28.44%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DD9DAE (or 0xDD9DAE) is known color: Kobi. HEX triplet: DD, 9D and AE. RGB value is (221,157,174). Sum of RGB (Red+Green+Blue) = 221+157+174=552 (73% of max value = 765). Red value is 221 (86.72% from 255 or 40.04% from 552); Green value is 157 (61.72% from 255 or 28.44% from 552); Blue value is 174 (68.36% from 255 or 31.52% from 552); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9DAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9DAE is #226251. Grayscale: #B2B2B2. Windows color (decimal): -2253394 or 11443677. OLE color: 11443677.

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

Color convert

RGB 221 157 174 -
CMYK 0 0.29 0.21 0.13
HSL 344.06º 0.48% 0.74% -
HSV(B) 344.06º 0.29% 0.87% -
XYZ 49.52 42.54 45.65 -
YUV 178.07 125.7 158.62 -
System Red Green Blue C M Y K H S L
Decimal 221 157 174 0 0.29 0.21 0.13 344.06 0.48 0.74
Hex DD 9D AE 0 1D 15 D 158 30 4A
Octal 335 235 256 0 35 25 15 530 60 112
Binary 11011101 10011101 10101110 0 11101 10101 1101 101011000 110000 1001010

Color Harmonies of #DD9DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9DAE

Black with #DD9DAE

Text Example


Text Example

White with #DD9DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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