Shades of Moon Raker #CABFD8
Tints of Moon Raker #CABFD8
RGB
CMYK
RGB Variations
Color information
#CABFD8 (or 0xCABFD8) is known color: Moon Raker. HEX triplet: CA, BF and D8. RGB value is (202,191,216). Sum of RGB (Red+Green+Blue) = 202+191+216=609 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.17% from 609); Green value is 191 (75% from 255 or 31.36% from 609); Blue value is 216 (84.77% from 255 or 35.47% from 609); Max value from RGB is 216 - color contains mainly: blue. Hex color #CABFD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABFD8 is #354027. Grayscale: #C5C5C5. Windows color (decimal): -3489832 or 14204874. OLE color: 14204874.
HSL color Cylindrical-coordinate representation of color #CABFD8: hue angle of 266.4º degrees, saturation: 0.24, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CABFD8 is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 202 | 191 | 216 | - |
CMYK | 0.06 | 0.12 | 0 | 0.15 |
HSL | 266.4º | 0.24% | 0.8% | - |
HSV(B) | 266.4º | 0.12% | 0.85% | - |
XYZ | 55.38 | 54.78 | 72.62 | - |
YUV | 197.14 | 138.64 | 131.47 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 191 | 216 | 0.06 | 0.12 | 0 | 0.15 | 266.4 | 0.24 | 0.8 |
Hex | CA | BF | D8 | 6 | C | 0 | F | 10A | 18 | 50 |
Octal | 312 | 277 | 330 | 6 | 14 | 0 | 17 | 412 | 30 | 120 |
Binary | 11001010 | 10111111 | 11011000 | 110 | 1100 | 0 | 1111 | 100001010 | 11000 | 1010000 |
Color Harmonies of #CABFD8
Complementary color
Monochromatic Colors of #CABFD8
Black with #CABFD8
Text Example
Text Example
White with #CABFD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABFD8; }
p { color: rgb(202,191,216); }
H1.HeaderClassName
{
color: #CABFD8;
}
.AnyTagClassName
{
color: #CABFD8;
}
</style>
background-color css
<style>
a { background-color: #CABFD8; }
a { background-color: rgb(202,191,216); }
div.DivClassName
{
background-color: #CABFD8;
}
.BgClassName
{
background-color: #CABFD8;
}
</style>
border-color css
<style>
span { border-color: #CABFD8; }
span { border-color: rgb(202,191,216); }
td.TdClassName
{
border-color: #CABFD8;
}
.TagClassName
{
border-color: #CABFD8;
}
</style>