#D698AD

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

Shades of Kobi #D698AD

Tints of Kobi #D698AD

Color information

#D698AD (or 0xD698AD) is unknown color: approx Kobi. HEX triplet: D6, 98 and AD. RGB value is (214,152,173). Sum of RGB (Red+Green+Blue) = 214+152+173=539 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.70% from 539); Green value is 152 (59.77% from 255 or 28.20% from 539); Blue value is 173 (67.97% from 255 or 32.10% from 539); Max value from RGB is 214 - color contains mainly: red. Hex color #D698AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D698AD is #296752. Grayscale: #ACACAC. Windows color (decimal): -2713427 or 11376854. OLE color: 11376854.

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

Color convert

RGB214152173-
CMYK00.290.190.16
HSL339.68º43.06%71.76%-
HSV(B)339.68º28.97%83.92%-
XYZ46.539.7744.76-
YUV172.93128.04157.29-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.70%
GREEN value IS 152 (59.77% from 255) = 28.20%
BLUE value IS 173 (67.97% from 255) = 32.10%
R=39.70%
G=28.20%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415217300.290.190.16339.6843.0671.76
HexD698AD01D13101542b48
Octal326230255035232052453110
Binary11010110100110001010110101110110011100001010101001010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D698AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D698AD; }

 p { color: rgb(214,152,173); }

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

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

 a { background-color: rgb(214,152,173); }

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

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

 span { border-color: rgb(214,152,173); }

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