#D38CAF

Color #D38CAF Kobi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kobi #D38CAF

Tints of Kobi #D38CAF

Color information

#D38CAF (or 0xD38CAF) is unknown color: approx Kobi. HEX triplet: D3, 8C and AF. RGB value is (211,140,175). Sum of RGB (Red+Green+Blue) = 211+140+175=526 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.11% from 526); Green value is 140 (55.08% from 255 or 26.62% from 526); Blue value is 175 (68.75% from 255 or 33.27% from 526); Max value from RGB is 211 - color contains mainly: red. Hex color #D38CAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D38CAF is #2C7350. Grayscale: #A5A5A5. Windows color (decimal): -2913105 or 11504851. OLE color: 11504851.

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

Color convert

RGB211140175-
CMYK00.340.170.17
HSL330.42º44.65%68.82%-
HSV(B)330.42º33.65%82.75%-
XYZ43.9835.745.13-
YUV165.22133.52160.65-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 40.11%
GREEN value IS 140 (55.08% from 255) = 26.62%
BLUE value IS 175 (68.75% from 255) = 33.27%
R=40.11%
G=26.62%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.17
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21114017500.340.170.17330.4244.6568.82
HexD38CAF022111114a2d45
Octal323214257042212151255105
Binary110100111000110010101111010001010001100011010010101011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D38CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D38CAF; }

 p { color: rgb(211,140,175); }

 H1.HeaderClassName
 {
   color: #D38CAF;
 }
 .AnyTagClassName
 {
   color: #D38CAF;
 }
</style>
background-color css

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

 a { background-color: rgb(211,140,175); }

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

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

 span { border-color: rgb(211,140,175); }

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