Html Css Color HEX #D38EAD Kobi

📋 copy color: '#D38EAD'

red 211 ◦ green 142 ◦ blue 173

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

Shades of Kobi #D38EAD

Tints of Kobi #D38EAD

RGB

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

 GREEN value IS 142 (55.86% from 255) = 27%

 BLUE value IS 173 (67.97% from 255) = 32.89%

R = 40.11%
G = 27%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.18

 K value IS 0.17

RGB Variations

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

Color information

#D38EAD (or 0xD38EAD) is known color: Kobi. HEX triplet: D3, 8E and AD. RGB value is (211,142,173). Sum of RGB (Red+Green+Blue) = 211+142+173=526 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.11% from 526); Green value is 142 (55.86% from 255 or 27.00% from 526); Blue value is 173 (67.97% from 255 or 32.89% from 526); Max value from RGB is 211 - color contains mainly: red. Hex color #D38EAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D38EAD is #2C7152. Grayscale: #A6A6A6. Windows color (decimal): -2912595 or 11374291. OLE color: 11374291.

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

Color convert

RGB 211 142 173 -
CMYK 0 0.33 0.18 0.17
HSL 333.04º 0.44% 0.69% -
HSV(B) 333.04º 0.33% 0.83% -
XYZ 44.08 36.21 44.2 -
YUV 166.17 131.86 159.98 -
System Red Green Blue C M Y K H S L
Decimal 211 142 173 0 0.33 0.18 0.17 333.04 0.44 0.69
Hex D3 8E AD 0 21 12 11 14D 2C 45
Octal 323 216 255 0 41 22 21 515 54 105
Binary 11010011 10001110 10101101 0 100001 10010 10001 101001101 101100 1000101

Color Harmonies of #D38EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38EAD

Black with #D38EAD

Text Example


Text Example

White with #D38EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38EAD; }

 p { color: rgb(211,142,173); }

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

background-color css

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

 a { background-color: rgb(211,142,173); }

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

border-color css

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

 span { border-color: rgb(211,142,173); }

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