Html Css Color HEX #D997AB Kobi

📋 copy color: '#D997AB'

red 217 ◦ green 151 ◦ blue 171

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

Shades of Kobi #D997AB

Tints of Kobi #D997AB

RGB

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

 GREEN value IS 151 (59.38% from 255) = 28.01%

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

R = 40.26%
G = 28.01%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#D997AB (or 0xD997AB) is known color: Kobi. HEX triplet: D9, 97 and AB. RGB value is (217,151,171). Sum of RGB (Red+Green+Blue) = 217+151+171=539 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.26% from 539); Green value is 151 (59.38% from 255 or 28.01% from 539); Blue value is 171 (67.19% from 255 or 31.73% from 539); Max value from RGB is 217 - color contains mainly: red. Hex color #D997AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D997AB is #266854. Grayscale: #ADADAD. Windows color (decimal): -2517077 or 11245529. OLE color: 11245529.

HSL color Cylindrical-coordinate representation of color #D997AB: hue angle of 341.82º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D997AB is Cyan = 0, Magento = 0.30, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 151 171 -
CMYK 0 0.30 0.21 0.15
HSL 341.82º 0.46% 0.72% -
HSV(B) 341.82º 0.3% 0.85% -
XYZ 47.03 39.83 43.74 -
YUV 173.01 126.87 159.37 -
System Red Green Blue C M Y K H S L
Decimal 217 151 171 0 0.30 0.21 0.15 341.82 0.46 0.72
Hex D9 97 AB 0 1E 15 F 156 2E 48
Octal 331 227 253 0 36 25 17 526 56 110
Binary 11011001 10010111 10101011 0 11110 10101 1111 101010110 101110 1001000

Color Harmonies of #D997AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D997AB

Black with #D997AB

Text Example


Text Example

White with #D997AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D997AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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