Html Css Color HEX #D296AB Kobi

📋 copy color: '#D296AB'

red 210 ◦ green 150 ◦ blue 171

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

Shades of Kobi #D296AB

Tints of Kobi #D296AB

RGB

 RED value IS 210 (82.42% from 255) = 39.55%

 GREEN value IS 150 (58.98% from 255) = 28.25%

 BLUE value IS 171 (67.19% from 255) = 32.2%

R = 39.55%
G = 28.25%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#D296AB (or 0xD296AB) is known color: Kobi. HEX triplet: D2, 96 and AB. RGB value is (210,150,171). Sum of RGB (Red+Green+Blue) = 210+150+171=531 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.55% from 531); Green value is 150 (58.98% from 255 or 28.25% from 531); Blue value is 171 (67.19% from 255 or 32.20% from 531); Max value from RGB is 210 - color contains mainly: red. Hex color #D296AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D296AB is #2D6954. Grayscale: #AAAAAA. Windows color (decimal): -2976085 or 11245266. OLE color: 11245266.

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

Color convert

RGB 210 150 171 -
CMYK 0 0.29 0.19 0.18
HSL 339º 0.4% 0.71% -
HSV(B) 339º 0.29% 0.82% -
XYZ 44.84 38.45 43.59 -
YUV 170.33 128.38 156.29 -
System Red Green Blue C M Y K H S L
Decimal 210 150 171 0 0.29 0.19 0.18 339 0.4 0.71
Hex D2 96 AB 0 1D 13 12 153 28 47
Octal 322 226 253 0 35 23 22 523 50 107
Binary 11010010 10010110 10101011 0 11101 10011 10010 101010011 101000 1000111

Color Harmonies of #D296AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D296AB

Black with #D296AB

Text Example


Text Example

White with #D296AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D296AB; }

 p { color: rgb(210,150,171); }

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

background-color css

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

 a { background-color: rgb(210,150,171); }

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

border-color css

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

 span { border-color: rgb(210,150,171); }

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