Shades of Prim #DFCAD2
Tints of Prim #DFCAD2
RGB
CMYK
RGB Variations
Color information
#DFCAD2 (or 0xDFCAD2) is known color: Prim. HEX triplet: DF, CA and D2. RGB value is (223,202,210). Sum of RGB (Red+Green+Blue) = 223+202+210=635 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.12% from 635); Green value is 202 (79.30% from 255 or 31.81% from 635); Blue value is 210 (82.42% from 255 or 33.07% from 635); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCAD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCAD2 is #20352D. Grayscale: #D1D1D1. Windows color (decimal): -2110766 or 13814495. OLE color: 13814495.
HSL color Cylindrical-coordinate representation of color #DFCAD2: hue angle of 337.14º degrees, saturation: 0.25, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DFCAD2 is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 202 | 210 | - |
CMYK | 0 | 0.09 | 0.06 | 0.13 |
HSL | 337.14º | 0.25% | 0.83% | - |
HSV(B) | 337.14º | 0.09% | 0.87% | - |
XYZ | 63.18 | 62.58 | 69.72 | - |
YUV | 209.19 | 128.46 | 137.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 202 | 210 | 0 | 0.09 | 0.06 | 0.13 | 337.14 | 0.25 | 0.83 |
Hex | DF | CA | D2 | 0 | 9 | 6 | D | 151 | 19 | 53 |
Octal | 337 | 312 | 322 | 0 | 11 | 6 | 15 | 521 | 31 | 123 |
Binary | 11011111 | 11001010 | 11010010 | 0 | 1001 | 110 | 1101 | 101010001 | 11001 | 1010011 |
Color Harmonies of #DFCAD2
Complementary color
Monochromatic Colors of #DFCAD2
Black with #DFCAD2
Text Example
Text Example
White with #DFCAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCAD2; }
p { color: rgb(223,202,210); }
H1.HeaderClassName
{
color: #DFCAD2;
}
.AnyTagClassName
{
color: #DFCAD2;
}
</style>
background-color css
<style>
a { background-color: #DFCAD2; }
a { background-color: rgb(223,202,210); }
div.DivClassName
{
background-color: #DFCAD2;
}
.BgClassName
{
background-color: #DFCAD2;
}
</style>
border-color css
<style>
span { border-color: #DFCAD2; }
span { border-color: rgb(223,202,210); }
td.TdClassName
{
border-color: #DFCAD2;
}
.TagClassName
{
border-color: #DFCAD2;
}
</style>