#D299B2

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

Shades of Kobi #D299B2

Tints of Kobi #D299B2

Color information

#D299B2 (or 0xD299B2) is unknown color: approx Kobi. HEX triplet: D2, 99 and B2. RGB value is (210,153,178). Sum of RGB (Red+Green+Blue) = 210+153+178=541 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.82% from 541); Green value is 153 (60.16% from 255 or 28.28% from 541); Blue value is 178 (69.92% from 255 or 32.90% from 541); Max value from RGB is 210 - color contains mainly: red. Hex color #D299B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D299B2 is #2D664D. Grayscale: #ACACAC. Windows color (decimal): -2975310 or 11704786. OLE color: 11704786.

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

Color convert

RGB210153178-
CMYK00.270.150.18
HSL333.68º38.78%71.18%-
HSV(B)333.68º27.14%82.35%-
XYZ46.0139.747.36-
YUV172.89130.88154.47-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.82%
GREEN value IS 153 (60.16% from 255) = 28.28%
BLUE value IS 178 (69.92% from 255) = 32.90%
R=38.82%
G=28.28%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.15
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015317800.270.150.18333.6838.7871.18
HexD299B201BF1214e2747
Octal322231262033172251647107
Binary1101001010011001101100100110111111100101010011101001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D299B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D299B2; }

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

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

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

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

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

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

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

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