#D98CB2

Color #D98CB2 Kobi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kobi #D98CB2

Tints of Kobi #D98CB2

Color information

#D98CB2 (or 0xD98CB2) is unknown color: approx Kobi. HEX triplet: D9, 8C and B2. RGB value is (217,140,178). Sum of RGB (Red+Green+Blue) = 217+140+178=535 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.56% from 535); Green value is 140 (55.08% from 255 or 26.17% from 535); Blue value is 178 (69.92% from 255 or 33.27% from 535); Max value from RGB is 217 - color contains mainly: red. Hex color #D98CB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98CB2 is #26734D. Grayscale: #A7A7A7. Windows color (decimal): -2519886 or 11701465. OLE color: 11701465.

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

Color convert

RGB217140178-
CMYK00.350.180.15
HSL330.39º50.33%70%-
HSV(B)330.39º35.48%85.1%-
XYZ46.0336.7246.78-
YUV167.36134.01163.41-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.56%
GREEN value IS 140 (55.08% from 255) = 26.17%
BLUE value IS 178 (69.92% from 255) = 33.27%
R=40.56%
G=26.17%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714017800.350.180.15330.3950.3370
HexD98CB202312F14a3246
Octal331214262043221751262106
Binary11011001100011001011001001000111001011111010010101100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98CB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98CB2; }

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

 H1.HeaderClassName
 {
   color: #D98CB2;
 }
 .AnyTagClassName
 {
   color: #D98CB2;
 }
</style>
background-color css

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

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

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

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

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

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