Shades of Moon Raker #CABFD6
Tints of Moon Raker #CABFD6
RGB
CMYK
RGB Variations
Color information
#CABFD6 (or 0xCABFD6) is known color: Moon Raker. HEX triplet: CA, BF and D6. RGB value is (202,191,214). Sum of RGB (Red+Green+Blue) = 202+191+214=607 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.28% from 607); Green value is 191 (75% from 255 or 31.47% from 607); Blue value is 214 (83.98% from 255 or 35.26% from 607); Max value from RGB is 214 - color contains mainly: blue. Hex color #CABFD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABFD6 is #354029. Grayscale: #C4C4C4. Windows color (decimal): -3489834 or 14073802. OLE color: 14073802.
HSL color Cylindrical-coordinate representation of color #CABFD6: hue angle of 268.7º degrees, saturation: 0.22, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CABFD6 is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 202 | 191 | 214 | - |
CMYK | 0.06 | 0.11 | 0 | 0.16 |
HSL | 268.7º | 0.22% | 0.79% | - |
HSV(B) | 268.7º | 0.11% | 0.84% | - |
XYZ | 55.13 | 54.67 | 71.27 | - |
YUV | 196.91 | 137.64 | 131.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 191 | 214 | 0.06 | 0.11 | 0 | 0.16 | 268.7 | 0.22 | 0.79 |
Hex | CA | BF | D6 | 6 | B | 0 | 10 | 10D | 16 | 4F |
Octal | 312 | 277 | 326 | 6 | 13 | 0 | 20 | 415 | 26 | 117 |
Binary | 11001010 | 10111111 | 11010110 | 110 | 1011 | 0 | 10000 | 100001101 | 10110 | 1001111 |
Color Harmonies of #CABFD6
Complementary color
Monochromatic Colors of #CABFD6
Black with #CABFD6
Text Example
Text Example
White with #CABFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABFD6; }
p { color: rgb(202,191,214); }
H1.HeaderClassName
{
color: #CABFD6;
}
.AnyTagClassName
{
color: #CABFD6;
}
</style>
background-color css
<style>
a { background-color: #CABFD6; }
a { background-color: rgb(202,191,214); }
div.DivClassName
{
background-color: #CABFD6;
}
.BgClassName
{
background-color: #CABFD6;
}
</style>
border-color css
<style>
span { border-color: #CABFD6; }
span { border-color: rgb(202,191,214); }
td.TdClassName
{
border-color: #CABFD6;
}
.TagClassName
{
border-color: #CABFD6;
}
</style>