Shades of Blue Chalk #DFCCE6
Tints of Blue Chalk #DFCCE6
RGB
CMYK
RGB Variations
Color information
#DFCCE6 (or 0xDFCCE6) is known color: Blue Chalk. HEX triplet: DF, CC and E6. RGB value is (223,204,230). Sum of RGB (Red+Green+Blue) = 223+204+230=657 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.94% from 657); Green value is 204 (80.08% from 255 or 31.05% from 657); Blue value is 230 (90.23% from 255 or 35.01% from 657); Max value from RGB is 230 - color contains mainly: blue. Hex color #DFCCE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFCCE6 is #203319. Grayscale: #D4D4D4. Windows color (decimal): -2110234 or 15125727. OLE color: 15125727.
HSL color Cylindrical-coordinate representation of color #DFCCE6: hue angle of 283.85º degrees, saturation: 0.34, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DFCCE6 is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 223 | 204 | 230 | - |
CMYK | 0.03 | 0.11 | 0 | 0.10 |
HSL | 283.85º | 0.34% | 0.85% | - |
HSV(B) | 283.85º | 0.11% | 0.9% | - |
XYZ | 66.31 | 64.59 | 83.83 | - |
YUV | 212.65 | 137.79 | 135.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 204 | 230 | 0.03 | 0.11 | 0 | 0.10 | 283.85 | 0.34 | 0.85 |
Hex | DF | CC | E6 | 3 | B | 0 | A | 11C | 22 | 55 |
Octal | 337 | 314 | 346 | 3 | 13 | 0 | 12 | 434 | 42 | 125 |
Binary | 11011111 | 11001100 | 11100110 | 11 | 1011 | 0 | 1010 | 100011100 | 100010 | 1010101 |
Color Harmonies of #DFCCE6
Complementary color
Monochromatic Colors of #DFCCE6
Black with #DFCCE6
Text Example
Text Example
White with #DFCCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCCE6; }
p { color: rgb(223,204,230); }
H1.HeaderClassName
{
color: #DFCCE6;
}
.AnyTagClassName
{
color: #DFCCE6;
}
</style>
background-color css
<style>
a { background-color: #DFCCE6; }
a { background-color: rgb(223,204,230); }
div.DivClassName
{
background-color: #DFCCE6;
}
.BgClassName
{
background-color: #DFCCE6;
}
</style>
border-color css
<style>
span { border-color: #DFCCE6; }
span { border-color: rgb(223,204,230); }
td.TdClassName
{
border-color: #DFCCE6;
}
.TagClassName
{
border-color: #DFCCE6;
}
</style>