Shades of Prelude #CABFD2
Tints of Prelude #CABFD2
RGB
CMYK
RGB Variations
Color information
#CABFD2 (or 0xCABFD2) is known color: Prelude. HEX triplet: CA, BF and D2. RGB value is (202,191,210). Sum of RGB (Red+Green+Blue) = 202+191+210=603 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.50% from 603); Green value is 191 (75% from 255 or 31.67% from 603); Blue value is 210 (82.42% from 255 or 34.83% from 603); Max value from RGB is 210 - color contains mainly: blue. Hex color #CABFD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABFD2 is #35402D. Grayscale: #C4C4C4. Windows color (decimal): -3489838 or 13811658. OLE color: 13811658.
HSL color Cylindrical-coordinate representation of color #CABFD2: hue angle of 274.74º degrees, saturation: 0.17, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CABFD2 is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 202 | 191 | 210 | - |
CMYK | 0.04 | 0.09 | 0 | 0.18 |
HSL | 274.74º | 0.17% | 0.79% | - |
HSV(B) | 274.74º | 0.09% | 0.82% | - |
XYZ | 54.62 | 54.47 | 68.61 | - |
YUV | 196.46 | 135.64 | 131.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 191 | 210 | 0.04 | 0.09 | 0 | 0.18 | 274.74 | 0.17 | 0.79 |
Hex | CA | BF | D2 | 4 | 9 | 0 | 12 | 113 | 11 | 4F |
Octal | 312 | 277 | 322 | 4 | 11 | 0 | 22 | 423 | 21 | 117 |
Binary | 11001010 | 10111111 | 11010010 | 100 | 1001 | 0 | 10010 | 100010011 | 10001 | 1001111 |
Color Harmonies of #CABFD2
Complementary color
Monochromatic Colors of #CABFD2
Black with #CABFD2
Text Example
Text Example
White with #CABFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABFD2; }
p { color: rgb(202,191,210); }
H1.HeaderClassName
{
color: #CABFD2;
}
.AnyTagClassName
{
color: #CABFD2;
}
</style>
background-color css
<style>
a { background-color: #CABFD2; }
a { background-color: rgb(202,191,210); }
div.DivClassName
{
background-color: #CABFD2;
}
.BgClassName
{
background-color: #CABFD2;
}
</style>
border-color css
<style>
span { border-color: #CABFD2; }
span { border-color: rgb(202,191,210); }
td.TdClassName
{
border-color: #CABFD2;
}
.TagClassName
{
border-color: #CABFD2;
}
</style>