Html Css Color HEX #D397AE Kobi

📋 copy color: '#D397AE'

red 211 ◦ green 151 ◦ blue 174

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

Shades of Kobi #D397AE

Tints of Kobi #D397AE

RGB

 RED value IS 211 (82.81% from 255) = 39.37%

 GREEN value IS 151 (59.38% from 255) = 28.17%

 BLUE value IS 174 (68.36% from 255) = 32.46%

R = 39.37%
G = 28.17%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.18

 K value IS 0.17

RGB Variations

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

Color information

#D397AE (or 0xD397AE) is known color: Kobi. HEX triplet: D3, 97 and AE. RGB value is (211,151,174). Sum of RGB (Red+Green+Blue) = 211+151+174=536 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.37% from 536); Green value is 151 (59.38% from 255 or 28.17% from 536); Blue value is 174 (68.36% from 255 or 32.46% from 536); Max value from RGB is 211 - color contains mainly: red. Hex color #D397AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D397AE is #2C6851. Grayscale: #ABABAB. Windows color (decimal): -2910290 or 11442131. OLE color: 11442131.

HSL color Cylindrical-coordinate representation of color #D397AE: hue angle of 337º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D397AE is Cyan = 0, Magento = 0.28, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 151 174 -
CMYK 0 0.28 0.18 0.17
HSL 337º 0.41% 0.71% -
HSV(B) 337º 0.28% 0.83% -
XYZ 45.57 39.04 45.18 -
YUV 171.56 129.38 156.13 -
System Red Green Blue C M Y K H S L
Decimal 211 151 174 0 0.28 0.18 0.17 337 0.41 0.71
Hex D3 97 AE 0 1C 12 11 151 29 47
Octal 323 227 256 0 34 22 21 521 51 107
Binary 11010011 10010111 10101110 0 11100 10010 10001 101010001 101001 1000111

Color Harmonies of #D397AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D397AE

Black with #D397AE

Text Example


Text Example

White with #D397AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D397AE; }

 p { color: rgb(211,151,174); }

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

background-color css

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

 a { background-color: rgb(211,151,174); }

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

border-color css

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

 span { border-color: rgb(211,151,174); }

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