Html Css Color HEX #D88DAB Kobi

📋 copy color: '#D88DAB'

red 216 ◦ green 141 ◦ blue 171

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

Shades of Kobi #D88DAB

Tints of Kobi #D88DAB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 26.7%

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

R = 40.91%
G = 26.7%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#D88DAB (or 0xD88DAB) is known color: Kobi. HEX triplet: D8, 8D and AB. RGB value is (216,141,171). Sum of RGB (Red+Green+Blue) = 216+141+171=528 (69% of max value = 765). Red value is 216 (84.77% from 255 or 40.91% from 528); Green value is 141 (55.47% from 255 or 26.70% from 528); Blue value is 171 (67.19% from 255 or 32.39% from 528); Max value from RGB is 216 - color contains mainly: red. Hex color #D88DAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88DAB is #277254. Grayscale: #A6A6A6. Windows color (decimal): -2585173 or 11242968. OLE color: 11242968.

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

Color convert

RGB 216 141 171 -
CMYK 0 0.35 0.21 0.15
HSL 336º 0.49% 0.7% -
HSV(B) 336º 0.35% 0.85% -
XYZ 45.19 36.59 43.21 -
YUV 166.85 130.35 163.06 -
System Red Green Blue C M Y K H S L
Decimal 216 141 171 0 0.35 0.21 0.15 336 0.49 0.7
Hex D8 8D AB 0 23 15 F 150 31 46
Octal 330 215 253 0 43 25 17 520 61 106
Binary 11011000 10001101 10101011 0 100011 10101 1111 101010000 110001 1000110

Color Harmonies of #D88DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88DAB

Black with #D88DAB

Text Example


Text Example

White with #D88DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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