Html Css Color HEX #D88AAB Kobi

📋 copy color: '#D88AAB'

red 216 ◦ green 138 ◦ blue 171

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

Shades of Kobi #D88AAB

Tints of Kobi #D88AAB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 26.29%

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

R = 41.14%
G = 26.29%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#D88AAB (or 0xD88AAB) is known color: Kobi. HEX triplet: D8, 8A and AB. RGB value is (216,138,171). Sum of RGB (Red+Green+Blue) = 216+138+171=525 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.14% from 525); Green value is 138 (54.30% from 255 or 26.29% from 525); Blue value is 171 (67.19% from 255 or 32.57% from 525); Max value from RGB is 216 - color contains mainly: red. Hex color #D88AAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88AAB is #277554. Grayscale: #A5A5A5. Windows color (decimal): -2585941 or 11242200. OLE color: 11242200.

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

Color convert

RGB 216 138 171 -
CMYK 0 0.36 0.21 0.15
HSL 334.62º 0.5% 0.69% -
HSV(B) 334.62º 0.36% 0.85% -
XYZ 44.76 35.72 43.06 -
YUV 165.08 131.34 164.32 -
System Red Green Blue C M Y K H S L
Decimal 216 138 171 0 0.36 0.21 0.15 334.62 0.5 0.69
Hex D8 8A AB 0 24 15 F 14F 32 45
Octal 330 212 253 0 44 25 17 517 62 105
Binary 11011000 10001010 10101011 0 100100 10101 1111 101001111 110010 1000101

Color Harmonies of #D88AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88AAB

Black with #D88AAB

Text Example


Text Example

White with #D88AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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