Html Css Color HEX #D98CAE Kobi

📋 copy color: '#D98CAE'

red 217 ◦ green 140 ◦ blue 174

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

Shades of Kobi #D98CAE

Tints of Kobi #D98CAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 32.77%

R = 40.87%
G = 26.37%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#D98CAE (or 0xD98CAE) is known color: Kobi. HEX triplet: D9, 8C and AE. RGB value is (217,140,174). Sum of RGB (Red+Green+Blue) = 217+140+174=531 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.87% from 531); Green value is 140 (55.08% from 255 or 26.37% from 531); Blue value is 174 (68.36% from 255 or 32.77% from 531); Max value from RGB is 217 - color contains mainly: red. Hex color #D98CAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98CAE is #267351. Grayscale: #A6A6A6. Windows color (decimal): -2519890 or 11439321. OLE color: 11439321.

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

Color convert

RGB 217 140 174 -
CMYK 0 0.35 0.20 0.15
HSL 333.51º 0.5% 0.7% -
HSV(B) 333.51º 0.35% 0.85% -
XYZ 45.63 36.56 44.7 -
YUV 166.9 132.01 163.74 -
System Red Green Blue C M Y K H S L
Decimal 217 140 174 0 0.35 0.20 0.15 333.51 0.5 0.7
Hex D9 8C AE 0 23 14 F 14E 32 46
Octal 331 214 256 0 43 24 17 516 62 106
Binary 11011001 10001100 10101110 0 100011 10100 1111 101001110 110010 1000110

Color Harmonies of #D98CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98CAE

Black with #D98CAE

Text Example


Text Example

White with #D98CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98CAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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