Html Css Color HEX #D088AB Kobi

📋 copy color: '#D088AB'

red 208 ◦ green 136 ◦ blue 171

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

Shades of Kobi #D088AB

Tints of Kobi #D088AB

RGB

 RED value IS 208 (81.64% from 255) = 40.39%

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

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

R = 40.39%
G = 26.41%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D088AB (or 0xD088AB) is known color: Kobi. HEX triplet: D0, 88 and AB. RGB value is (208,136,171). Sum of RGB (Red+Green+Blue) = 208+136+171=515 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.39% from 515); Green value is 136 (53.52% from 255 or 26.41% from 515); Blue value is 171 (67.19% from 255 or 33.20% from 515); Max value from RGB is 208 - color contains mainly: red. Hex color #D088AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D088AB is #2F7754. Grayscale: #A1A1A1. Windows color (decimal): -3110741 or 11241680. OLE color: 11241680.

HSL color Cylindrical-coordinate representation of color #D088AB: hue angle of 330.83º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D088AB is Cyan = 0, Magento = 0.35, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 136 171 -
CMYK 0 0.35 0.18 0.18
HSL 330.83º 0.43% 0.67% -
HSV(B) 330.83º 0.35% 0.82% -
XYZ 42.17 33.96 42.86 -
YUV 161.52 133.35 161.15 -
System Red Green Blue C M Y K H S L
Decimal 208 136 171 0 0.35 0.18 0.18 330.83 0.43 0.67
Hex D0 88 AB 0 23 12 12 14B 2B 43
Octal 320 210 253 0 43 22 22 513 53 103
Binary 11010000 10001000 10101011 0 100011 10010 10010 101001011 101011 1000011

Color Harmonies of #D088AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D088AB

Black with #D088AB

Text Example


Text Example

White with #D088AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D088AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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