#D69BA8

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

Shades of Kobi #D69BA8

Tints of Kobi #D69BA8

Color information

#D69BA8 (or 0xD69BA8) is unknown color: approx Kobi. HEX triplet: D6, 9B and A8. RGB value is (214,155,168). Sum of RGB (Red+Green+Blue) = 214+155+168=537 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.85% from 537); Green value is 155 (60.94% from 255 or 28.86% from 537); Blue value is 168 (66.02% from 255 or 31.28% from 537); Max value from RGB is 214 - color contains mainly: red. Hex color #D69BA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69BA8 is #296457. Grayscale: #AEAEAE. Windows color (decimal): -2712664 or 11049942. OLE color: 11049942.

HSL color Cylindrical-coordinate representation of color #D69BA8: hue angle of 346.78º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D69BA8 is Cyan = 0, Magento = 0.28, Yellow = 0.21 and Black (K on CMYK) = 0.16.

Color convert

RGB214155168-
CMYK00.280.210.16
HSL346.78º41.84%72.35%-
HSV(B)346.78º27.57%83.92%-
XYZ46.5240.5742.42-
YUV174.12124.55156.44-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.85%
GREEN value IS 155 (60.94% from 255) = 28.86%
BLUE value IS 168 (66.02% from 255) = 31.28%
R=39.85%
G=28.86%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.21
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415516800.280.210.16346.7841.8472.35
HexD69BA801C151015b2a48
Octal326233250034252053352110
Binary11010110100110111010100001110010101100001010110111010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69BA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69BA8; }

 p { color: rgb(214,155,168); }

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

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

 a { background-color: rgb(214,155,168); }

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

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

 span { border-color: rgb(214,155,168); }

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