Html Css Color HEX #D899B2 Kobi

📋 copy color: '#D899B2'

red 216 ◦ green 153 ◦ blue 178

#D899B2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kobi #D899B2

Tints of Kobi #D899B2

RGB

 RED value IS 216 (84.77% from 255) = 39.49%

 GREEN value IS 153 (60.16% from 255) = 27.97%

 BLUE value IS 178 (69.92% from 255) = 32.54%

R = 39.49%
G = 27.97%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#D899B2 (or 0xD899B2) is known color: Kobi. HEX triplet: D8, 99 and B2. RGB value is (216,153,178). Sum of RGB (Red+Green+Blue) = 216+153+178=547 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.49% from 547); Green value is 153 (60.16% from 255 or 27.97% from 547); Blue value is 178 (69.92% from 255 or 32.54% from 547); Max value from RGB is 216 - color contains mainly: red. Hex color #D899B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D899B2 is #27664D. Grayscale: #AEAEAE. Windows color (decimal): -2582094 or 11704792. OLE color: 11704792.

HSL color Cylindrical-coordinate representation of color #D899B2: hue angle of 336.19º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D899B2 is Cyan = 0, Magento = 0.29, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 153 178 -
CMYK 0 0.29 0.18 0.15
HSL 336.19º 0.45% 0.72% -
HSV(B) 336.19º 0.29% 0.85% -
XYZ 47.75 40.6 47.44 -
YUV 174.69 129.87 157.47 -
System Red Green Blue C M Y K H S L
Decimal 216 153 178 0 0.29 0.18 0.15 336.19 0.45 0.72
Hex D8 99 B2 0 1D 12 F 150 2D 48
Octal 330 231 262 0 35 22 17 520 55 110
Binary 11011000 10011001 10110010 0 11101 10010 1111 101010000 101101 1001000

Color Harmonies of #D899B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D899B2

Black with #D899B2

Text Example


Text Example

White with #D899B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D899B2; }

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

 H1.HeaderClassName
 {
   color: #D899B2;
 }
 .AnyTagClassName
 {
   color: #D899B2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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