#D69BB0

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

Shades of Kobi #D69BB0

Tints of Kobi #D69BB0

Color information

#D69BB0 (or 0xD69BB0) is unknown color: approx Kobi. HEX triplet: D6, 9B and B0. RGB value is (214,155,176). Sum of RGB (Red+Green+Blue) = 214+155+176=545 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.27% from 545); Green value is 155 (60.94% from 255 or 28.44% from 545); Blue value is 176 (69.14% from 255 or 32.29% from 545); Max value from RGB is 214 - color contains mainly: red. Hex color #D69BB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69BB0 is #29644F. Grayscale: #AFAFAF. Windows color (decimal): -2712656 or 11574230. OLE color: 11574230.

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

Color convert

RGB214155176-
CMYK00.280.180.16
HSL338.64º41.84%72.35%-
HSV(B)338.64º27.57%83.92%-
XYZ47.2940.8746.47-
YUV175.04128.55155.79-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.27%
GREEN value IS 155 (60.94% from 255) = 28.44%
BLUE value IS 176 (69.14% from 255) = 32.29%
R=39.27%
G=28.44%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415517600.280.180.16338.6441.8472.35
HexD69BB001C12101532a48
Octal326233260034222052352110
Binary11010110100110111011000001110010010100001010100111010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69BB0; }

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

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

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

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

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

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

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

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