Html Css Color HEX #D899B4 Kobi

📋 copy color: '#D899B4'

red 216 ◦ green 153 ◦ blue 180

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

Shades of Kobi #D899B4

Tints of Kobi #D899B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 32.79%

R = 39.34%
G = 27.87%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#D899B4 (or 0xD899B4) is known color: Kobi. HEX triplet: D8, 99 and B4. RGB value is (216,153,180). Sum of RGB (Red+Green+Blue) = 216+153+180=549 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.34% from 549); Green value is 153 (60.16% from 255 or 27.87% from 549); Blue value is 180 (70.70% from 255 or 32.79% from 549); Max value from RGB is 216 - color contains mainly: red. Hex color #D899B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D899B4 is #27664B. Grayscale: #AEAEAE. Windows color (decimal): -2582092 or 11835864. OLE color: 11835864.

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

Color convert

RGB 216 153 180 -
CMYK 0 0.29 0.17 0.15
HSL 334.29º 0.45% 0.72% -
HSV(B) 334.29º 0.29% 0.85% -
XYZ 47.95 40.68 48.5 -
YUV 174.92 130.87 157.3 -
System Red Green Blue C M Y K H S L
Decimal 216 153 180 0 0.29 0.17 0.15 334.29 0.45 0.72
Hex D8 99 B4 0 1D 11 F 14E 2D 48
Octal 330 231 264 0 35 21 17 516 55 110
Binary 11011000 10011001 10110100 0 11101 10001 1111 101001110 101101 1001000

Color Harmonies of #D899B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D899B4

Black with #D899B4

Text Example


Text Example

White with #D899B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D899B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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