Shades of Blue Chalk #DFCEE5
Tints of Blue Chalk #DFCEE5
RGB
CMYK
RGB Variations
Color information
#DFCEE5 (or 0xDFCEE5) is known color: Blue Chalk. HEX triplet: DF, CE and E5. RGB value is (223,206,229). Sum of RGB (Red+Green+Blue) = 223+206+229=658 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.89% from 658); Green value is 206 (80.86% from 255 or 31.31% from 658); Blue value is 229 (89.84% from 255 or 34.80% from 658); Max value from RGB is 229 - color contains mainly: blue. Hex color #DFCEE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCEE5 is #20311A. Grayscale: #D5D5D5. Windows color (decimal): -2109723 or 15060703. OLE color: 15060703.
HSL color Cylindrical-coordinate representation of color #DFCEE5: hue angle of 284.35º degrees, saturation: 0.31, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DFCEE5 is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 223 | 206 | 229 | - |
CMYK | 0.03 | 0.10 | 0 | 0.10 |
HSL | 284.35º | 0.31% | 0.85% | - |
HSV(B) | 284.35º | 0.1% | 0.9% | - |
XYZ | 66.65 | 65.49 | 83.26 | - |
YUV | 213.71 | 136.63 | 134.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 206 | 229 | 0.03 | 0.10 | 0 | 0.10 | 284.35 | 0.31 | 0.85 |
Hex | DF | CE | E5 | 3 | A | 0 | A | 11C | 1F | 55 |
Octal | 337 | 316 | 345 | 3 | 12 | 0 | 12 | 434 | 37 | 125 |
Binary | 11011111 | 11001110 | 11100101 | 11 | 1010 | 0 | 1010 | 100011100 | 11111 | 1010101 |
Color Harmonies of #DFCEE5
Complementary color
Monochromatic Colors of #DFCEE5
Black with #DFCEE5
Text Example
Text Example
White with #DFCEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCEE5; }
p { color: rgb(223,206,229); }
H1.HeaderClassName
{
color: #DFCEE5;
}
.AnyTagClassName
{
color: #DFCEE5;
}
</style>
background-color css
<style>
a { background-color: #DFCEE5; }
a { background-color: rgb(223,206,229); }
div.DivClassName
{
background-color: #DFCEE5;
}
.BgClassName
{
background-color: #DFCEE5;
}
</style>
border-color css
<style>
span { border-color: #DFCEE5; }
span { border-color: rgb(223,206,229); }
td.TdClassName
{
border-color: #DFCEE5;
}
.TagClassName
{
border-color: #DFCEE5;
}
</style>