#D696B4

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

Shades of Kobi #D696B4

Tints of Kobi #D696B4

Color information

#D696B4 (or 0xD696B4) is unknown color: approx Kobi. HEX triplet: D6, 96 and B4. RGB value is (214,150,180). Sum of RGB (Red+Green+Blue) = 214+150+180=544 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.34% from 544); Green value is 150 (58.98% from 255 or 27.57% from 544); Blue value is 180 (70.70% from 255 or 33.09% from 544); Max value from RGB is 214 - color contains mainly: red. Hex color #D696B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D696B4 is #29694B. Grayscale: #ACACAC. Windows color (decimal): -2713932 or 11835094. OLE color: 11835094.

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

Color convert

RGB214150180-
CMYK00.300.160.16
HSL331.88º43.84%71.37%-
HSV(B)331.88º29.91%83.92%-
XYZ46.8839.448.32-
YUV172.56132.2157.56-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.34%
GREEN value IS 150 (58.98% from 255) = 27.57%
BLUE value IS 180 (70.70% from 255) = 33.09%
R=39.34%
G=27.57%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.16
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415018000.300.160.16331.8843.8471.37
HexD696B401E101014c2c47
Octal326226264036202051454107
Binary11010110100101101011010001111010000100001010011001011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D696B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D696B4; }

 p { color: rgb(214,150,180); }

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

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

 a { background-color: rgb(214,150,180); }

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

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

 span { border-color: rgb(214,150,180); }

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