Shades of Blue Chalk #EFCAF7
Tints of Blue Chalk #EFCAF7
RGB
CMYK
RGB Variations
Color information
#EFCAF7 (or 0xEFCAF7) is known color: Blue Chalk. HEX triplet: EF, CA and F7. RGB value is (239,202,247). Sum of RGB (Red+Green+Blue) = 239+202+247=688 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.74% from 688); Green value is 202 (79.30% from 255 or 29.36% from 688); Blue value is 247 (96.88% from 255 or 35.90% from 688); Max value from RGB is 247 - color contains mainly: blue. Hex color #EFCAF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCAF7 is #103508. Grayscale: #DADADA. Windows color (decimal): -1062153 or 16239343. OLE color: 16239343.
HSL color Cylindrical-coordinate representation of color #EFCAF7: hue angle of 289.33º degrees, saturation: 0.74, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EFCAF7 is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
RGB | 239 | 202 | 247 | - |
CMYK | 0.03 | 0.18 | 0 | 0.03 |
HSL | 289.33º | 0.74% | 0.88% | - |
HSV(B) | 289.33º | 0.18% | 0.97% | - |
XYZ | 73.51 | 67.31 | 97.11 | - |
YUV | 218.19 | 144.26 | 142.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 202 | 247 | 0.03 | 0.18 | 0 | 0.03 | 289.33 | 0.74 | 0.88 |
Hex | EF | CA | F7 | 3 | 12 | 0 | 3 | 121 | 4A | 58 |
Octal | 357 | 312 | 367 | 3 | 22 | 0 | 3 | 441 | 112 | 130 |
Binary | 11101111 | 11001010 | 11110111 | 11 | 10010 | 0 | 11 | 100100001 | 1001010 | 1011000 |
Color Harmonies of #EFCAF7
Complementary color
Monochromatic Colors of #EFCAF7
Black with #EFCAF7
Text Example
Text Example
White with #EFCAF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCAF7; }
p { color: rgb(239,202,247); }
H1.HeaderClassName
{
color: #EFCAF7;
}
.AnyTagClassName
{
color: #EFCAF7;
}
</style>
background-color css
<style>
a { background-color: #EFCAF7; }
a { background-color: rgb(239,202,247); }
div.DivClassName
{
background-color: #EFCAF7;
}
.BgClassName
{
background-color: #EFCAF7;
}
</style>
border-color css
<style>
span { border-color: #EFCAF7; }
span { border-color: rgb(239,202,247); }
td.TdClassName
{
border-color: #EFCAF7;
}
.TagClassName
{
border-color: #EFCAF7;
}
</style>