#DFCABB

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

Shades of Pearl Bush #DFCABB

Tints of Pearl Bush #DFCABB

Color information

#DFCABB (or 0xDFCABB) is unknown color: approx Pearl Bush. HEX triplet: DF, CA and BB. RGB value is (223,202,187). Sum of RGB (Red+Green+Blue) = 223+202+187=612 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.44% from 612); Green value is 202 (79.30% from 255 or 33.01% from 612); Blue value is 187 (73.44% from 255 or 30.56% from 612); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCABB is #203544. Grayscale: #CECECE. Windows color (decimal): -2110789 or 12307167. OLE color: 12307167.

HSL color Cylindrical-coordinate representation of color #DFCABB: hue angle of 25º degrees, saturation: 0.36, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DFCABB is Cyan = 0, Magento = 0.09, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB223202187-
CMYK00.090.160.13
HSL25º36%80.39%-
HSV(B)25º16.14%87.45%-
XYZ60.5261.5255.7-
YUV206.57116.96139.72-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.44%
GREEN value IS 202 (79.30% from 255) = 33.01%
BLUE value IS 187 (73.44% from 255) = 30.56%
R=36.44%
G=33.01%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320218700.090.160.13253680.39
HexDFCABB0910D192450
Octal33731227301120153144120
Binary11011111110010101011101101001100001101110011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCABB; }

 p { color: rgb(223,202,187); }

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

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

 a { background-color: rgb(223,202,187); }

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

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

 span { border-color: rgb(223,202,187); }

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