#D68DAC

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

Shades of Kobi #D68DAC

Tints of Kobi #D68DAC

Color information

#D68DAC (or 0xD68DAC) is unknown color: approx Kobi. HEX triplet: D6, 8D and AC. RGB value is (214,141,172). Sum of RGB (Red+Green+Blue) = 214+141+172=527 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.61% from 527); Green value is 141 (55.47% from 255 or 26.76% from 527); Blue value is 172 (67.58% from 255 or 32.64% from 527); Max value from RGB is 214 - color contains mainly: red. Hex color #D68DAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68DAC is #297253. Grayscale: #A6A6A6. Windows color (decimal): -2716244 or 11308502. OLE color: 11308502.

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

Color convert

RGB214141172-
CMYK00.340.200.16
HSL334.52º47.1%69.61%-
HSV(B)334.52º34.11%83.92%-
XYZ44.736.3243.68-
YUV166.36131.18161.98-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.61%
GREEN value IS 141 (55.47% from 255) = 26.76%
BLUE value IS 172 (67.58% from 255) = 32.64%
R=40.61%
G=26.76%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414117200.340.200.16334.5247.169.61
HexD68DAC022141014f2f46
Octal326215254042242051757106
Binary110101101000110110101100010001010100100001010011111011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68DAC; }

 p { color: rgb(214,141,172); }

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

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

 a { background-color: rgb(214,141,172); }

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

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

 span { border-color: rgb(214,141,172); }

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