Shades of Prelude #CABFD4
Tints of Prelude #CABFD4
RGB
CMYK
RGB Variations
Color information
#CABFD4 (or 0xCABFD4) is known color: Prelude. HEX triplet: CA, BF and D4. RGB value is (202,191,212). Sum of RGB (Red+Green+Blue) = 202+191+212=605 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.39% from 605); Green value is 191 (75% from 255 or 31.57% from 605); Blue value is 212 (83.20% from 255 or 35.04% from 605); Max value from RGB is 212 - color contains mainly: blue. Hex color #CABFD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABFD4 is #35402B. Grayscale: #C4C4C4. Windows color (decimal): -3489836 or 13942730. OLE color: 13942730.
HSL color Cylindrical-coordinate representation of color #CABFD4: hue angle of 271.43º degrees, saturation: 0.2, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CABFD4 is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
RGB | 202 | 191 | 212 | - |
CMYK | 0.05 | 0.10 | 0 | 0.17 |
HSL | 271.43º | 0.2% | 0.79% | - |
HSV(B) | 271.43º | 0.1% | 0.83% | - |
XYZ | 54.87 | 54.57 | 69.93 | - |
YUV | 196.68 | 136.64 | 131.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 191 | 212 | 0.05 | 0.10 | 0 | 0.17 | 271.43 | 0.2 | 0.79 |
Hex | CA | BF | D4 | 5 | A | 0 | 11 | 10F | 14 | 4F |
Octal | 312 | 277 | 324 | 5 | 12 | 0 | 21 | 417 | 24 | 117 |
Binary | 11001010 | 10111111 | 11010100 | 101 | 1010 | 0 | 10001 | 100001111 | 10100 | 1001111 |
Color Harmonies of #CABFD4
Complementary color
Monochromatic Colors of #CABFD4
Black with #CABFD4
Text Example
Text Example
White with #CABFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABFD4; }
p { color: rgb(202,191,212); }
H1.HeaderClassName
{
color: #CABFD4;
}
.AnyTagClassName
{
color: #CABFD4;
}
</style>
background-color css
<style>
a { background-color: #CABFD4; }
a { background-color: rgb(202,191,212); }
div.DivClassName
{
background-color: #CABFD4;
}
.BgClassName
{
background-color: #CABFD4;
}
</style>
border-color css
<style>
span { border-color: #CABFD4; }
span { border-color: rgb(202,191,212); }
td.TdClassName
{
border-color: #CABFD4;
}
.TagClassName
{
border-color: #CABFD4;
}
</style>