#D67EAB

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

Shades of Kobi #D67EAB

Tints of Kobi #D67EAB

Color information

#D67EAB (or 0xD67EAB) is unknown color: approx Kobi. HEX triplet: D6, 7E and AB. RGB value is (214,126,171). Sum of RGB (Red+Green+Blue) = 214+126+171=511 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.88% from 511); Green value is 126 (49.61% from 255 or 24.66% from 511); Blue value is 171 (67.19% from 255 or 33.46% from 511); Max value from RGB is 214 - color contains mainly: red. Hex color #D67EAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67EAB is #298154. Grayscale: #9D9D9D. Windows color (decimal): -2720085 or 11239126. OLE color: 11239126.

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

Color convert

RGB214126171-
CMYK00.410.200.16
HSL329.32º51.76%66.67%-
HSV(B)329.32º41.12%83.92%-
XYZ42.5432.1642.49-
YUV157.44135.65168.34-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.88%
GREEN value IS 126 (49.61% from 255) = 24.66%
BLUE value IS 171 (67.19% from 255) = 33.46%
R=41.88%
G=24.66%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21412617100.410.200.16329.3251.7666.67
HexD67EAB02914101493443
Octal326176253051242051164103
Binary11010110111111010101011010100110100100001010010011101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67EAB; }

 p { color: rgb(214,126,171); }

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

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

 a { background-color: rgb(214,126,171); }

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

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

 span { border-color: rgb(214,126,171); }

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