Html Css Color HEX #D988AB Kobi

📋 copy color: '#D988AB'

red 217 ◦ green 136 ◦ blue 171

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

Shades of Kobi #D988AB

Tints of Kobi #D988AB

RGB

 RED value IS 217 (85.16% from 255) = 41.41%

 GREEN value IS 136 (53.52% from 255) = 25.95%

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

R = 41.41%
G = 25.95%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#D988AB (or 0xD988AB) is known color: Kobi. HEX triplet: D9, 88 and AB. RGB value is (217,136,171). Sum of RGB (Red+Green+Blue) = 217+136+171=524 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.41% from 524); Green value is 136 (53.52% from 255 or 25.95% from 524); Blue value is 171 (67.19% from 255 or 32.63% from 524); Max value from RGB is 217 - color contains mainly: red. Hex color #D988AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D988AB is #267754. Grayscale: #A4A4A4. Windows color (decimal): -2520917 or 11241689. OLE color: 11241689.

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

Color convert

RGB 217 136 171 -
CMYK 0 0.37 0.21 0.15
HSL 334.07º 0.52% 0.69% -
HSV(B) 334.07º 0.37% 0.85% -
XYZ 44.77 35.3 42.98 -
YUV 164.21 131.84 165.65 -
System Red Green Blue C M Y K H S L
Decimal 217 136 171 0 0.37 0.21 0.15 334.07 0.52 0.69
Hex D9 88 AB 0 25 15 F 14E 34 45
Octal 331 210 253 0 45 25 17 516 64 105
Binary 11011001 10001000 10101011 0 100101 10101 1111 101001110 110100 1000101

Color Harmonies of #D988AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D988AB

Black with #D988AB

Text Example


Text Example

White with #D988AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D988AB; }

 p { color: rgb(217,136,171); }

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

background-color css

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

 a { background-color: rgb(217,136,171); }

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

border-color css

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

 span { border-color: rgb(217,136,171); }

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