#D691AB

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

Shades of Kobi #D691AB

Tints of Kobi #D691AB

Color information

#D691AB (or 0xD691AB) is unknown color: approx Kobi. HEX triplet: D6, 91 and AB. RGB value is (214,145,171). Sum of RGB (Red+Green+Blue) = 214+145+171=530 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.38% from 530); Green value is 145 (57.03% from 255 or 27.36% from 530); Blue value is 171 (67.19% from 255 or 32.26% from 530); Max value from RGB is 214 - color contains mainly: red. Hex color #D691AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D691AB is #296E54. Grayscale: #A8A8A8. Windows color (decimal): -2715221 or 11243990. OLE color: 11243990.

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

Color convert

RGB214145171-
CMYK00.320.200.16
HSL337.39º45.7%70.39%-
HSV(B)337.39º32.24%83.92%-
XYZ45.2137.4943.38-
YUV168.6129.36160.39-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.38%
GREEN value IS 145 (57.03% from 255) = 27.36%
BLUE value IS 171 (67.19% from 255) = 32.26%
R=40.38%
G=27.36%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414517100.320.200.16337.3945.770.39
HexD691AB02014101512e46
Octal326221253040242052156106
Binary110101101001000110101011010000010100100001010100011011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D691AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D691AB; }

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

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

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

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

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

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

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

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