Html Css Color HEX #D888AB Kobi

📋 copy color: '#D888AB'

red 216 ◦ green 136 ◦ blue 171

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

Shades of Kobi #D888AB

Tints of Kobi #D888AB

RGB

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

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

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

R = 41.3%
G = 26%
B = 32.7%

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

#D888AB (or 0xD888AB) is known color: Kobi. HEX triplet: D8, 88 and AB. RGB value is (216,136,171). Sum of RGB (Red+Green+Blue) = 216+136+171=523 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.30% from 523); Green value is 136 (53.52% from 255 or 26.00% from 523); Blue value is 171 (67.19% from 255 or 32.70% from 523); Max value from RGB is 216 - color contains mainly: red. Hex color #D888AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D888AB is #277754. Grayscale: #A3A3A3. Windows color (decimal): -2586453 or 11241688. OLE color: 11241688.

HSL color Cylindrical-coordinate representation of color #D888AB: hue angle of 333.75º degrees, saturation: 0.51, 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 #D888AB is Cyan = 0, Magento = 0.37, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 136 171 -
CMYK 0 0.37 0.21 0.15
HSL 333.75º 0.51% 0.69% -
HSV(B) 333.75º 0.37% 0.85% -
XYZ 44.47 35.15 42.97 -
YUV 163.91 132 165.15 -
System Red Green Blue C M Y K H S L
Decimal 216 136 171 0 0.37 0.21 0.15 333.75 0.51 0.69
Hex D8 88 AB 0 25 15 F 14E 33 45
Octal 330 210 253 0 45 25 17 516 63 105
Binary 11011000 10001000 10101011 0 100101 10101 1111 101001110 110011 1000101

Color Harmonies of #D888AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D888AB

Black with #D888AB

Text Example


Text Example

White with #D888AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D888AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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