Html Css Color HEX #D98CAF Kobi

📋 copy color: '#D98CAF'

red 217 ◦ green 140 ◦ blue 175

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

Shades of Kobi #D98CAF

Tints of Kobi #D98CAF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 26.32%

 BLUE value IS 175 (68.75% from 255) = 32.89%

R = 40.79%
G = 26.32%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#D98CAF (or 0xD98CAF) is known color: Kobi. HEX triplet: D9, 8C and AF. RGB value is (217,140,175). Sum of RGB (Red+Green+Blue) = 217+140+175=532 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.79% from 532); Green value is 140 (55.08% from 255 or 26.32% from 532); Blue value is 175 (68.75% from 255 or 32.89% from 532); Max value from RGB is 217 - color contains mainly: red. Hex color #D98CAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98CAF is #267350. Grayscale: #A6A6A6. Windows color (decimal): -2519889 or 11504857. OLE color: 11504857.

HSL color Cylindrical-coordinate representation of color #D98CAF: hue angle of 332.73º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D98CAF is Cyan = 0, Magento = 0.35, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 140 175 -
CMYK 0 0.35 0.19 0.15
HSL 332.73º 0.5% 0.7% -
HSV(B) 332.73º 0.35% 0.85% -
XYZ 45.73 36.6 45.21 -
YUV 167.01 132.51 163.65 -
System Red Green Blue C M Y K H S L
Decimal 217 140 175 0 0.35 0.19 0.15 332.73 0.5 0.7
Hex D9 8C AF 0 23 13 F 14D 32 46
Octal 331 214 257 0 43 23 17 515 62 106
Binary 11011001 10001100 10101111 0 100011 10011 1111 101001101 110010 1000110

Color Harmonies of #D98CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98CAF

Black with #D98CAF

Text Example


Text Example

White with #D98CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98CAF; }

 p { color: rgb(217,140,175); }

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

background-color css

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

 a { background-color: rgb(217,140,175); }

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

border-color css

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

 span { border-color: rgb(217,140,175); }

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