Html Css Color HEX #D898B4 Kobi

📋 copy color: '#D898B4'

red 216 ◦ green 152 ◦ blue 180

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

Shades of Kobi #D898B4

Tints of Kobi #D898B4

RGB

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

 GREEN value IS 152 (59.77% from 255) = 27.74%

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

R = 39.42%
G = 27.74%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#D898B4 (or 0xD898B4) is known color: Kobi. HEX triplet: D8, 98 and B4. RGB value is (216,152,180). Sum of RGB (Red+Green+Blue) = 216+152+180=548 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.42% from 548); Green value is 152 (59.77% from 255 or 27.74% from 548); Blue value is 180 (70.70% from 255 or 32.85% from 548); Max value from RGB is 216 - color contains mainly: red. Hex color #D898B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D898B4 is #27674B. Grayscale: #AEAEAE. Windows color (decimal): -2582348 or 11835608. OLE color: 11835608.

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

Color convert

RGB 216 152 180 -
CMYK 0 0.30 0.17 0.15
HSL 333.75º 0.45% 0.72% -
HSV(B) 333.75º 0.3% 0.85% -
XYZ 47.79 40.35 48.45 -
YUV 174.33 131.2 157.72 -
System Red Green Blue C M Y K H S L
Decimal 216 152 180 0 0.30 0.17 0.15 333.75 0.45 0.72
Hex D8 98 B4 0 1E 11 F 14E 2D 48
Octal 330 230 264 0 36 21 17 516 55 110
Binary 11011000 10011000 10110100 0 11110 10001 1111 101001110 101101 1001000

Color Harmonies of #D898B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D898B4

Black with #D898B4

Text Example


Text Example

White with #D898B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D898B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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