Shades of Blue Chalk #DFCCEE
Tints of Blue Chalk #DFCCEE
RGB
CMYK
RGB Variations
Color information
#DFCCEE (or 0xDFCCEE) is known color: Blue Chalk. HEX triplet: DF, CC and EE. RGB value is (223,204,238). Sum of RGB (Red+Green+Blue) = 223+204+238=665 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.53% from 665); Green value is 204 (80.08% from 255 or 30.68% from 665); Blue value is 238 (93.36% from 255 or 35.79% from 665); Max value from RGB is 238 - color contains mainly: blue. Hex color #DFCCEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFCCEE is #203311. Grayscale: #D5D5D5. Windows color (decimal): -2110226 or 15650015. OLE color: 15650015.
HSL color Cylindrical-coordinate representation of color #DFCCEE: hue angle of 273.53º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DFCCEE is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 223 | 204 | 238 | - |
CMYK | 0.06 | 0.14 | 0 | 0.07 |
HSL | 273.53º | 0.5% | 0.87% | - |
HSV(B) | 273.53º | 0.14% | 0.93% | - |
XYZ | 67.46 | 65.05 | 89.89 | - |
YUV | 213.56 | 141.79 | 134.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 204 | 238 | 0.06 | 0.14 | 0 | 0.07 | 273.53 | 0.5 | 0.87 |
Hex | DF | CC | EE | 6 | E | 0 | 7 | 112 | 32 | 57 |
Octal | 337 | 314 | 356 | 6 | 16 | 0 | 7 | 422 | 62 | 127 |
Binary | 11011111 | 11001100 | 11101110 | 110 | 1110 | 0 | 111 | 100010010 | 110010 | 1010111 |
Color Harmonies of #DFCCEE
Complementary color
Monochromatic Colors of #DFCCEE
Black with #DFCCEE
Text Example
Text Example
White with #DFCCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCCEE; }
p { color: rgb(223,204,238); }
H1.HeaderClassName
{
color: #DFCCEE;
}
.AnyTagClassName
{
color: #DFCCEE;
}
</style>
background-color css
<style>
a { background-color: #DFCCEE; }
a { background-color: rgb(223,204,238); }
div.DivClassName
{
background-color: #DFCCEE;
}
.BgClassName
{
background-color: #DFCCEE;
}
</style>
border-color css
<style>
span { border-color: #DFCCEE; }
span { border-color: rgb(223,204,238); }
td.TdClassName
{
border-color: #DFCCEE;
}
.TagClassName
{
border-color: #DFCCEE;
}
</style>