Html Css Color HEX #D38DAB Kobi

📋 copy color: '#D38DAB'

red 211 ◦ green 141 ◦ blue 171

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

Shades of Kobi #D38DAB

Tints of Kobi #D38DAB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 26.96%

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

R = 40.34%
G = 26.96%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.19

 K value IS 0.17

RGB Variations

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

Color information

#D38DAB (or 0xD38DAB) is known color: Kobi. HEX triplet: D3, 8D and AB. RGB value is (211,141,171). Sum of RGB (Red+Green+Blue) = 211+141+171=523 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.34% from 523); Green value is 141 (55.47% from 255 or 26.96% from 523); Blue value is 171 (67.19% from 255 or 32.70% from 523); Max value from RGB is 211 - color contains mainly: red. Hex color #D38DAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D38DAB is #2C7254. Grayscale: #A5A5A5. Windows color (decimal): -2912853 or 11242963. OLE color: 11242963.

HSL color Cylindrical-coordinate representation of color #D38DAB: hue angle of 334.29º 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 #D38DAB is Cyan = 0, Magento = 0.33, Yellow = 0.19 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 141 171 -
CMYK 0 0.33 0.19 0.17
HSL 334.29º 0.44% 0.69% -
HSV(B) 334.29º 0.33% 0.83% -
XYZ 43.74 35.84 43.14 -
YUV 165.35 131.19 160.56 -
System Red Green Blue C M Y K H S L
Decimal 211 141 171 0 0.33 0.19 0.17 334.29 0.44 0.69
Hex D3 8D AB 0 21 13 11 14E 2C 45
Octal 323 215 253 0 41 23 21 516 54 105
Binary 11010011 10001101 10101011 0 100001 10011 10001 101001110 101100 1000101

Color Harmonies of #D38DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38DAB

Black with #D38DAB

Text Example


Text Example

White with #D38DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38DAB; }

 p { color: rgb(211,141,171); }

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

background-color css

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

 a { background-color: rgb(211,141,171); }

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

border-color css

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

 span { border-color: rgb(211,141,171); }

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