Html Css Color HEX #DF9EAB Kobi

📋 copy color: '#DF9EAB'

red 223 ◦ green 158 ◦ blue 171

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

Shades of Kobi #DF9EAB

Tints of Kobi #DF9EAB

RGB

 RED value IS 223 (87.5% from 255) = 40.4%

 GREEN value IS 158 (62.11% from 255) = 28.62%

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

R = 40.4%
G = 28.62%
B = 30.98%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DF9EAB (or 0xDF9EAB) is known color: Kobi. HEX triplet: DF, 9E and AB. RGB value is (223,158,171). Sum of RGB (Red+Green+Blue) = 223+158+171=552 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.40% from 552); Green value is 158 (62.11% from 255 or 28.62% from 552); Blue value is 171 (67.19% from 255 or 30.98% from 552); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9EAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9EAB is #206154. Grayscale: #B2B2B2. Windows color (decimal): -2122069 or 11247327. OLE color: 11247327.

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

Color convert

RGB 223 158 171 -
CMYK 0 0.29 0.23 0.13
HSL 348º 0.5% 0.75% -
HSV(B) 348º 0.29% 0.87% -
XYZ 50.01 43.08 44.21 -
YUV 178.92 123.53 159.44 -
System Red Green Blue C M Y K H S L
Decimal 223 158 171 0 0.29 0.23 0.13 348 0.5 0.75
Hex DF 9E AB 0 1D 17 D 15C 32 4B
Octal 337 236 253 0 35 27 15 534 62 113
Binary 11011111 10011110 10101011 0 11101 10111 1101 101011100 110010 1001011

Color Harmonies of #DF9EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9EAB

Black with #DF9EAB

Text Example


Text Example

White with #DF9EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9EAB; }

 p { color: rgb(223,158,171); }

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

background-color css

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

 a { background-color: rgb(223,158,171); }

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

border-color css

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

 span { border-color: rgb(223,158,171); }

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