Shades of Prelude #CAB2CD
Tints of Prelude #CAB2CD
RGB
CMYK
RGB Variations
Color information
#CAB2CD (or 0xCAB2CD) is known color: Prelude. HEX triplet: CA, B2 and CD. RGB value is (202,178,205). Sum of RGB (Red+Green+Blue) = 202+178+205=585 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.53% from 585); Green value is 178 (69.92% from 255 or 30.43% from 585); Blue value is 205 (80.47% from 255 or 35.04% from 585); Max value from RGB is 205 - color contains mainly: blue. Hex color #CAB2CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAB2CD is #354D32. Grayscale: #BCBCBC. Windows color (decimal): -3493171 or 13480650. OLE color: 13480650.
HSL color Cylindrical-coordinate representation of color #CAB2CD: hue angle of 293.33º degrees, saturation: 0.21, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CAB2CD is Cyan = 0.01, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 202 | 178 | 205 | - |
CMYK | 0.01 | 0.13 | 0 | 0.20 |
HSL | 293.33º | 0.21% | 0.75% | - |
HSV(B) | 293.33º | 0.13% | 0.8% | - |
XYZ | 51.3 | 48.81 | 64.47 | - |
YUV | 188.25 | 137.45 | 137.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 178 | 205 | 0.01 | 0.13 | 0 | 0.20 | 293.33 | 0.21 | 0.75 |
Hex | CA | B2 | CD | 1 | D | 0 | 14 | 125 | 15 | 4B |
Octal | 312 | 262 | 315 | 1 | 15 | 0 | 24 | 445 | 25 | 113 |
Binary | 11001010 | 10110010 | 11001101 | 1 | 1101 | 0 | 10100 | 100100101 | 10101 | 1001011 |
Color Harmonies of #CAB2CD
Complementary color
Monochromatic Colors of #CAB2CD
Black with #CAB2CD
Text Example
Text Example
White with #CAB2CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB2CD; }
p { color: rgb(202,178,205); }
H1.HeaderClassName
{
color: #CAB2CD;
}
.AnyTagClassName
{
color: #CAB2CD;
}
</style>
background-color css
<style>
a { background-color: #CAB2CD; }
a { background-color: rgb(202,178,205); }
div.DivClassName
{
background-color: #CAB2CD;
}
.BgClassName
{
background-color: #CAB2CD;
}
</style>
border-color css
<style>
span { border-color: #CAB2CD; }
span { border-color: rgb(202,178,205); }
td.TdClassName
{
border-color: #CAB2CD;
}
.TagClassName
{
border-color: #CAB2CD;
}
</style>