#D69CAE

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

Shades of Kobi #D69CAE

Tints of Kobi #D69CAE

Color information

#D69CAE (or 0xD69CAE) is unknown color: approx Kobi. HEX triplet: D6, 9C and AE. RGB value is (214,156,174). Sum of RGB (Red+Green+Blue) = 214+156+174=544 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.34% from 544); Green value is 156 (61.33% from 255 or 28.68% from 544); Blue value is 174 (68.36% from 255 or 31.99% from 544); Max value from RGB is 214 - color contains mainly: red. Hex color #D69CAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69CAE is #296351. Grayscale: #AFAFAF. Windows color (decimal): -2712402 or 11443414. OLE color: 11443414.

HSL color Cylindrical-coordinate representation of color #D69CAE: hue angle of 341.38º 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 #D69CAE is Cyan = 0, Magento = 0.27, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB214156174-
CMYK00.270.190.16
HSL341.38º41.43%72.55%-
HSV(B)341.38º27.1%83.92%-
XYZ47.2641.1345.49-
YUV175.39127.22155.54-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.34%
GREEN value IS 156 (61.33% from 255) = 28.68%
BLUE value IS 174 (68.36% from 255) = 31.99%
R=39.34%
G=28.68%
B=31.99%

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
Decimal21415617400.270.190.16341.3841.4372.55
HexD69CAE01B13101552949
Octal326234256033232052551111
Binary11010110100111001010111001101110011100001010101011010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69CAE; }

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

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

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

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

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

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

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

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