#D294AB

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

Shades of Kobi #D294AB

Tints of Kobi #D294AB

Color information

#D294AB (or 0xD294AB) is unknown color: approx Kobi. HEX triplet: D2, 94 and AB. RGB value is (210,148,171). Sum of RGB (Red+Green+Blue) = 210+148+171=529 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.70% from 529); Green value is 148 (58.20% from 255 or 27.98% from 529); Blue value is 171 (67.19% from 255 or 32.33% from 529); Max value from RGB is 210 - color contains mainly: red. Hex color #D294AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D294AB is #2D6B54. Grayscale: #A9A9A9. Windows color (decimal): -2976597 or 11244754. OLE color: 11244754.

HSL color Cylindrical-coordinate representation of color #D294AB: hue angle of 337.74º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D294AB is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB210148171-
CMYK00.300.190.18
HSL337.74º40.79%70.2%-
HSV(B)337.74º29.52%82.35%-
XYZ44.5237.8243.48-
YUV169.16129.04157.13-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.70%
GREEN value IS 148 (58.20% from 255) = 27.98%
BLUE value IS 171 (67.19% from 255) = 32.33%
R=39.70%
G=27.98%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.19
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21014817100.300.190.18337.7440.7970.2
HexD294AB01E13121522946
Octal322224253036232252251106
Binary11010010100101001010101101111010011100101010100101010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D294AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D294AB; }

 p { color: rgb(210,148,171); }

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

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

 a { background-color: rgb(210,148,171); }

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

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

 span { border-color: rgb(210,148,171); }

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