Html Css Color HEX #D398AE Kobi

📋 copy color: '#D398AE'

red 211 ◦ green 152 ◦ blue 174

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

Shades of Kobi #D398AE

Tints of Kobi #D398AE

RGB

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

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

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

R = 39.29%
G = 28.31%
B = 32.4%

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

#D398AE (or 0xD398AE) is known color: Kobi. HEX triplet: D3, 98 and AE. RGB value is (211,152,174). Sum of RGB (Red+Green+Blue) = 211+152+174=537 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.29% from 537); Green value is 152 (59.77% from 255 or 28.31% from 537); Blue value is 174 (68.36% from 255 or 32.40% from 537); Max value from RGB is 211 - color contains mainly: red. Hex color #D398AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D398AE is #2C6751. Grayscale: #ACACAC. Windows color (decimal): -2910034 or 11442387. OLE color: 11442387.

HSL color Cylindrical-coordinate representation of color #D398AE: hue angle of 337.63º degrees, saturation: 0.4, 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 #D398AE is Cyan = 0, Magento = 0.28, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 152 174 -
CMYK 0 0.28 0.18 0.17
HSL 337.63º 0.4% 0.71% -
HSV(B) 337.63º 0.28% 0.83% -
XYZ 45.73 39.36 45.23 -
YUV 172.15 129.05 155.71 -
System Red Green Blue C M Y K H S L
Decimal 211 152 174 0 0.28 0.18 0.17 337.63 0.4 0.71
Hex D3 98 AE 0 1C 12 11 152 28 47
Octal 323 230 256 0 34 22 21 522 50 107
Binary 11010011 10011000 10101110 0 11100 10010 10001 101010010 101000 1000111

Color Harmonies of #D398AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D398AE

Black with #D398AE

Text Example


Text Example

White with #D398AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D398AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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