#D69DAE

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

Shades of Kobi #D69DAE

Tints of Kobi #D69DAE

Color information

#D69DAE (or 0xD69DAE) is unknown color: approx Kobi. HEX triplet: D6, 9D and AE. RGB value is (214,157,174). Sum of RGB (Red+Green+Blue) = 214+157+174=545 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.27% from 545); Green value is 157 (61.72% from 255 or 28.81% from 545); Blue value is 174 (68.36% from 255 or 31.93% from 545); Max value from RGB is 214 - color contains mainly: red. Hex color #D69DAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69DAE is #296251. Grayscale: #AFAFAF. Windows color (decimal): -2712146 or 11443670. OLE color: 11443670.

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

Color convert

RGB214157174-
CMYK00.270.190.16
HSL342.11º41.01%72.75%-
HSV(B)342.11º26.64%83.92%-
XYZ47.4341.4745.55-
YUV175.98126.88155.12-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.27%
GREEN value IS 157 (61.72% from 255) = 28.81%
BLUE value IS 174 (68.36% from 255) = 31.93%
R=39.27%
G=28.81%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415717400.270.190.16342.1141.0172.75
HexD69DAE01B13101562949
Octal326235256033232052651111
Binary11010110100111011010111001101110011100001010101101010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69DAE; }

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

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

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

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

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

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

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

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