Shades of Prelude #CABFD3
Tints of Prelude #CABFD3
RGB
CMYK
RGB Variations
Color information
#CABFD3 (or 0xCABFD3) is known color: Prelude. HEX triplet: CA, BF and D3. RGB value is (202,191,211). Sum of RGB (Red+Green+Blue) = 202+191+211=604 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.44% from 604); Green value is 191 (75% from 255 or 31.62% from 604); Blue value is 211 (82.81% from 255 or 34.93% from 604); Max value from RGB is 211 - color contains mainly: blue. Hex color #CABFD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABFD3 is #35402C. Grayscale: #C4C4C4. Windows color (decimal): -3489837 or 13877194. OLE color: 13877194.
HSL color Cylindrical-coordinate representation of color #CABFD3: hue angle of 273º degrees, saturation: 0.19, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CABFD3 is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
RGB | 202 | 191 | 211 | - |
CMYK | 0.04 | 0.09 | 0 | 0.17 |
HSL | 273º | 0.19% | 0.79% | - |
HSV(B) | 273º | 0.09% | 0.83% | - |
XYZ | 54.75 | 54.52 | 69.27 | - |
YUV | 196.57 | 136.14 | 131.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 191 | 211 | 0.04 | 0.09 | 0 | 0.17 | 273 | 0.19 | 0.79 |
Hex | CA | BF | D3 | 4 | 9 | 0 | 11 | 111 | 13 | 4F |
Octal | 312 | 277 | 323 | 4 | 11 | 0 | 21 | 421 | 23 | 117 |
Binary | 11001010 | 10111111 | 11010011 | 100 | 1001 | 0 | 10001 | 100010001 | 10011 | 1001111 |
Color Harmonies of #CABFD3
Complementary color
Monochromatic Colors of #CABFD3
Black with #CABFD3
Text Example
Text Example
White with #CABFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABFD3; }
p { color: rgb(202,191,211); }
H1.HeaderClassName
{
color: #CABFD3;
}
.AnyTagClassName
{
color: #CABFD3;
}
</style>
background-color css
<style>
a { background-color: #CABFD3; }
a { background-color: rgb(202,191,211); }
div.DivClassName
{
background-color: #CABFD3;
}
.BgClassName
{
background-color: #CABFD3;
}
</style>
border-color css
<style>
span { border-color: #CABFD3; }
span { border-color: rgb(202,191,211); }
td.TdClassName
{
border-color: #CABFD3;
}
.TagClassName
{
border-color: #CABFD3;
}
</style>