Html Css Color HEX #D997AD Kobi

📋 copy color: '#D997AD'

red 217 ◦ green 151 ◦ blue 173

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

Shades of Kobi #D997AD

Tints of Kobi #D997AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 31.98%

R = 40.11%
G = 27.91%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#D997AD (or 0xD997AD) is known color: Kobi. HEX triplet: D9, 97 and AD. RGB value is (217,151,173). Sum of RGB (Red+Green+Blue) = 217+151+173=541 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.11% from 541); Green value is 151 (59.38% from 255 or 27.91% from 541); Blue value is 173 (67.97% from 255 or 31.98% from 541); Max value from RGB is 217 - color contains mainly: red. Hex color #D997AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D997AD is #266852. Grayscale: #ADADAD. Windows color (decimal): -2517075 or 11376601. OLE color: 11376601.

HSL color Cylindrical-coordinate representation of color #D997AD: hue angle of 340º 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 #D997AD is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 151 173 -
CMYK 0 0.30 0.20 0.15
HSL 340º 0.46% 0.72% -
HSV(B) 340º 0.3% 0.85% -
XYZ 47.22 39.9 44.75 -
YUV 173.24 127.87 159.21 -
System Red Green Blue C M Y K H S L
Decimal 217 151 173 0 0.30 0.20 0.15 340 0.46 0.72
Hex D9 97 AD 0 1E 14 F 154 2E 48
Octal 331 227 255 0 36 24 17 524 56 110
Binary 11011001 10010111 10101101 0 11110 10100 1111 101010100 101110 1001000

Color Harmonies of #D997AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D997AD

Black with #D997AD

Text Example


Text Example

White with #D997AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D997AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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