#D69EAE

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

Shades of Kobi #D69EAE

Tints of Kobi #D69EAE

Color information

#D69EAE (or 0xD69EAE) is unknown color: approx Kobi. HEX triplet: D6, 9E and AE. RGB value is (214,158,174). Sum of RGB (Red+Green+Blue) = 214+158+174=546 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.19% from 546); Green value is 158 (62.11% from 255 or 28.94% from 546); Blue value is 174 (68.36% from 255 or 31.87% from 546); Max value from RGB is 214 - color contains mainly: red. Hex color #D69EAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69EAE is #296151. Grayscale: #B0B0B0. Windows color (decimal): -2711890 or 11443926. OLE color: 11443926.

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

Color convert

RGB214158174-
CMYK00.260.190.16
HSL342.86º40.58%72.94%-
HSV(B)342.86º26.17%83.92%-
XYZ47.641.8145.61-
YUV176.57126.55154.7-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.19%
GREEN value IS 158 (62.11% from 255) = 28.94%
BLUE value IS 174 (68.36% from 255) = 31.87%
R=39.19%
G=28.94%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415817400.260.190.16342.8640.5872.94
HexD69EAE01A13101572949
Octal326236256032232052751111
Binary11010110100111101010111001101010011100001010101111010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69EAE; }

 p { color: rgb(214,158,174); }

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

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

 a { background-color: rgb(214,158,174); }

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

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

 span { border-color: rgb(214,158,174); }

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