Shades of Blue Chalk #DFCCEA
Tints of Blue Chalk #DFCCEA
RGB
CMYK
RGB Variations
Color information
#DFCCEA (or 0xDFCCEA) is known color: Blue Chalk. HEX triplet: DF, CC and EA. RGB value is (223,204,234). Sum of RGB (Red+Green+Blue) = 223+204+234=661 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.74% from 661); Green value is 204 (80.08% from 255 or 30.86% from 661); Blue value is 234 (91.80% from 255 or 35.40% from 661); Max value from RGB is 234 - color contains mainly: blue. Hex color #DFCCEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFCCEA is #203315. Grayscale: #D5D5D5. Windows color (decimal): -2110230 or 15387871. OLE color: 15387871.
HSL color Cylindrical-coordinate representation of color #DFCCEA: hue angle of 278º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DFCCEA is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 223 | 204 | 234 | - |
| CMYK | 0.05 | 0.13 | 0 | 0.08 |
| HSL | 278º | 0.42% | 0.86% | - |
| HSV(B) | 278º | 0.13% | 0.92% | - |
| XYZ | 66.88 | 64.81 | 86.83 | - |
| YUV | 213.1 | 139.79 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 204 | 234 | 0.05 | 0.13 | 0 | 0.08 | 278 | 0.42 | 0.86 |
| Hex | DF | CC | EA | 5 | D | 0 | 8 | 116 | 2A | 56 |
| Octal | 337 | 314 | 352 | 5 | 15 | 0 | 10 | 426 | 52 | 126 |
| Binary | 11011111 | 11001100 | 11101010 | 101 | 1101 | 0 | 1000 | 100010110 | 101010 | 1010110 |
Color Harmonies of #DFCCEA
Complementary color
Monochromatic Colors of #DFCCEA
Black with #DFCCEA
Text Example
Text Example
White with #DFCCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCCEA; }
p { color: rgb(223,204,234); }
H1.HeaderClassName
{
color: #DFCCEA;
}
.AnyTagClassName
{
color: #DFCCEA;
}
</style>
background-color css
<style>
a { background-color: #DFCCEA; }
a { background-color: rgb(223,204,234); }
div.DivClassName
{
background-color: #DFCCEA;
}
.BgClassName
{
background-color: #DFCCEA;
}
</style>
border-color css
<style>
span { border-color: #DFCCEA; }
span { border-color: rgb(223,204,234); }
td.TdClassName
{
border-color: #DFCCEA;
}
.TagClassName
{
border-color: #DFCCEA;
}
</style>