Html Css Color HEX #D88EAB Kobi

📋 copy color: '#D88EAB'

red 216 ◦ green 142 ◦ blue 171

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

Shades of Kobi #D88EAB

Tints of Kobi #D88EAB

RGB

 RED value IS 216 (84.77% from 255) = 40.83%

 GREEN value IS 142 (55.86% from 255) = 26.84%

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

R = 40.83%
G = 26.84%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#D88EAB (or 0xD88EAB) is known color: Kobi. HEX triplet: D8, 8E and AB. RGB value is (216,142,171). Sum of RGB (Red+Green+Blue) = 216+142+171=529 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.83% from 529); Green value is 142 (55.86% from 255 or 26.84% from 529); Blue value is 171 (67.19% from 255 or 32.33% from 529); Max value from RGB is 216 - color contains mainly: red. Hex color #D88EAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88EAB is #277154. Grayscale: #A7A7A7. Windows color (decimal): -2584917 or 11243224. OLE color: 11243224.

HSL color Cylindrical-coordinate representation of color #D88EAB: hue angle of 336.49º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D88EAB is Cyan = 0, Magento = 0.34, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 142 171 -
CMYK 0 0.34 0.21 0.15
HSL 336.49º 0.49% 0.7% -
HSV(B) 336.49º 0.34% 0.85% -
XYZ 45.34 36.89 43.26 -
YUV 167.43 130.02 162.64 -
System Red Green Blue C M Y K H S L
Decimal 216 142 171 0 0.34 0.21 0.15 336.49 0.49 0.7
Hex D8 8E AB 0 22 15 F 150 31 46
Octal 330 216 253 0 42 25 17 520 61 106
Binary 11011000 10001110 10101011 0 100010 10101 1111 101010000 110001 1000110

Color Harmonies of #D88EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88EAB

Black with #D88EAB

Text Example


Text Example

White with #D88EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88EAB; }

 p { color: rgb(216,142,171); }

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

background-color css

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

 a { background-color: rgb(216,142,171); }

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

border-color css

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

 span { border-color: rgb(216,142,171); }

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