#D694AB

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

Shades of Kobi #D694AB

Tints of Kobi #D694AB

Color information

#D694AB (or 0xD694AB) is unknown color: approx Kobi. HEX triplet: D6, 94 and AB. RGB value is (214,148,171). Sum of RGB (Red+Green+Blue) = 214+148+171=533 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.15% from 533); Green value is 148 (58.20% from 255 or 27.77% from 533); Blue value is 171 (67.19% from 255 or 32.08% from 533); Max value from RGB is 214 - color contains mainly: red. Hex color #D694AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D694AB is #296B54. Grayscale: #AAAAAA. Windows color (decimal): -2714453 or 11244758. OLE color: 11244758.

HSL color Cylindrical-coordinate representation of color #D694AB: hue angle of 339.09º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D694AB is Cyan = 0, Magento = 0.31, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB214148171-
CMYK00.310.200.16
HSL339.09º44.59%70.98%-
HSV(B)339.09º30.84%83.92%-
XYZ45.6738.4243.54-
YUV170.36128.37159.13-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.15%
GREEN value IS 148 (58.20% from 255) = 27.77%
BLUE value IS 171 (67.19% from 255) = 32.08%
R=40.15%
G=27.77%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414817100.310.200.16339.0944.5970.98
HexD694AB01F14101532d47
Octal326224253037242052355107
Binary11010110100101001010101101111110100100001010100111011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D694AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D694AB; }

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

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

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

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

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

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

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

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