Html Css Color HEX #D59EAD Kobi

📋 copy color: '#D59EAD'

red 213 ◦ green 158 ◦ blue 173

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

Shades of Kobi #D59EAD

Tints of Kobi #D59EAD

RGB

 RED value IS 213 (83.59% from 255) = 39.15%

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

 BLUE value IS 173 (67.97% from 255) = 31.8%

R = 39.15%
G = 29.04%
B = 31.8%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D59EAD (or 0xD59EAD) is known color: Kobi. HEX triplet: D5, 9E and AD. RGB value is (213,158,173). Sum of RGB (Red+Green+Blue) = 213+158+173=544 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.15% from 544); Green value is 158 (62.11% from 255 or 29.04% from 544); Blue value is 173 (67.97% from 255 or 31.80% from 544); Max value from RGB is 213 - color contains mainly: red. Hex color #D59EAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59EAD is #2A6152. Grayscale: #B0B0B0. Windows color (decimal): -2777427 or 11378389. OLE color: 11378389.

HSL color Cylindrical-coordinate representation of color #D59EAD: hue angle of 343.64º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D59EAD is Cyan = 0, Magento = 0.26, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 158 173 -
CMYK 0 0.26 0.19 0.16
HSL 343.64º 0.4% 0.73% -
HSV(B) 343.64º 0.26% 0.84% -
XYZ 47.21 41.62 45.08 -
YUV 176.16 126.22 154.28 -
System Red Green Blue C M Y K H S L
Decimal 213 158 173 0 0.26 0.19 0.16 343.64 0.4 0.73
Hex D5 9E AD 0 1A 13 10 158 28 49
Octal 325 236 255 0 32 23 20 530 50 111
Binary 11010101 10011110 10101101 0 11010 10011 10000 101011000 101000 1001001

Color Harmonies of #D59EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59EAD

Black with #D59EAD

Text Example


Text Example

White with #D59EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59EAD; }

 p { color: rgb(213,158,173); }

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

background-color css

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

 a { background-color: rgb(213,158,173); }

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

border-color css

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

 span { border-color: rgb(213,158,173); }

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