Shades of Pearl Bush #DDCEC1
Tints of Pearl Bush #DDCEC1
RGB
CMYK
RGB Variations
Color information
#DDCEC1 (or 0xDDCEC1) is known color: Pearl Bush. HEX triplet: DD, CE and C1. RGB value is (221,206,193). Sum of RGB (Red+Green+Blue) = 221+206+193=620 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.65% from 620); Green value is 206 (80.86% from 255 or 33.23% from 620); Blue value is 193 (75.78% from 255 or 31.13% from 620); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCEC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCEC1 is #22313E. Grayscale: #D1D1D1. Windows color (decimal): -2240831 or 12701405. OLE color: 12701405.
HSL color Cylindrical-coordinate representation of color #DDCEC1: hue angle of 27.86º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DDCEC1 is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 206 | 193 | - |
CMYK | 0 | 0.07 | 0.13 | 0.13 |
HSL | 27.86º | 0.29% | 0.81% | - |
HSV(B) | 27.86º | 0.13% | 0.87% | - |
XYZ | 61.52 | 63.37 | 59.44 | - |
YUV | 209 | 118.97 | 136.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 206 | 193 | 0 | 0.07 | 0.13 | 0.13 | 27.86 | 0.29 | 0.81 |
Hex | DD | CE | C1 | 0 | 7 | D | D | 1C | 1D | 51 |
Octal | 335 | 316 | 301 | 0 | 7 | 15 | 15 | 34 | 35 | 121 |
Binary | 11011101 | 11001110 | 11000001 | 0 | 111 | 1101 | 1101 | 11100 | 11101 | 1010001 |
Color Harmonies of #DDCEC1
Complementary color
Monochromatic Colors of #DDCEC1
Black with #DDCEC1
Text Example
Text Example
White with #DDCEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCEC1; }
p { color: rgb(221,206,193); }
H1.HeaderClassName
{
color: #DDCEC1;
}
.AnyTagClassName
{
color: #DDCEC1;
}
</style>
background-color css
<style>
a { background-color: #DDCEC1; }
a { background-color: rgb(221,206,193); }
div.DivClassName
{
background-color: #DDCEC1;
}
.BgClassName
{
background-color: #DDCEC1;
}
</style>
border-color css
<style>
span { border-color: #DDCEC1; }
span { border-color: rgb(221,206,193); }
td.TdClassName
{
border-color: #DDCEC1;
}
.TagClassName
{
border-color: #DDCEC1;
}
</style>