#D299AE

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

Shades of Kobi #D299AE

Tints of Kobi #D299AE

Color information

#D299AE (or 0xD299AE) is unknown color: approx Kobi. HEX triplet: D2, 99 and AE. RGB value is (210,153,174). Sum of RGB (Red+Green+Blue) = 210+153+174=537 (71% of max value = 765). Red value is 210 (82.42% from 255 or 39.11% from 537); Green value is 153 (60.16% from 255 or 28.49% from 537); Blue value is 174 (68.36% from 255 or 32.40% from 537); Max value from RGB is 210 - color contains mainly: red. Hex color #D299AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D299AE is #2D6651. Grayscale: #ACACAC. Windows color (decimal): -2975314 or 11442642. OLE color: 11442642.

HSL color Cylindrical-coordinate representation of color #D299AE: hue angle of 337.89º degrees, saturation: 0.39, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D299AE is Cyan = 0, Magento = 0.27, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB210153174-
CMYK00.270.170.18
HSL337.89º38.78%71.18%-
HSV(B)337.89º27.14%82.35%-
XYZ45.6139.5445.27-
YUV172.44128.88154.79-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.11%
GREEN value IS 153 (60.16% from 255) = 28.49%
BLUE value IS 174 (68.36% from 255) = 32.40%
R=39.11%
G=28.49%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015317400.270.170.18337.8938.7871.18
HexD299AE01B11121522747
Octal322231256033212252247107
Binary11010010100110011010111001101110001100101010100101001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D299AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D299AE; }

 p { color: rgb(210,153,174); }

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

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

 a { background-color: rgb(210,153,174); }

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

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

 span { border-color: rgb(210,153,174); }

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