Shades of Prelude #CAB1DA
Tints of Prelude #CAB1DA
RGB
CMYK
RGB Variations
Color information
#CAB1DA (or 0xCAB1DA) is known color: Prelude. HEX triplet: CA, B1 and DA. RGB value is (202,177,218). Sum of RGB (Red+Green+Blue) = 202+177+218=597 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.84% from 597); Green value is 177 (69.53% from 255 or 29.65% from 597); Blue value is 218 (85.55% from 255 or 36.52% from 597); Max value from RGB is 218 - color contains mainly: blue. Hex color #CAB1DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAB1DA is #354E25. Grayscale: #BDBDBD. Windows color (decimal): -3493414 or 14332362. OLE color: 14332362.
HSL color Cylindrical-coordinate representation of color #CAB1DA: hue angle of 276.59º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CAB1DA is Cyan = 0.07, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 202 | 177 | 218 | - |
CMYK | 0.07 | 0.19 | 0 | 0.15 |
HSL | 276.59º | 0.36% | 0.77% | - |
HSV(B) | 276.59º | 0.19% | 0.85% | - |
XYZ | 52.73 | 49.06 | 73.02 | - |
YUV | 189.15 | 144.28 | 137.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 177 | 218 | 0.07 | 0.19 | 0 | 0.15 | 276.59 | 0.36 | 0.77 |
Hex | CA | B1 | DA | 7 | 13 | 0 | F | 115 | 24 | 4D |
Octal | 312 | 261 | 332 | 7 | 23 | 0 | 17 | 425 | 44 | 115 |
Binary | 11001010 | 10110001 | 11011010 | 111 | 10011 | 0 | 1111 | 100010101 | 100100 | 1001101 |
Color Harmonies of #CAB1DA
Complementary color
Monochromatic Colors of #CAB1DA
Black with #CAB1DA
Text Example
Text Example
White with #CAB1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB1DA; }
p { color: rgb(202,177,218); }
H1.HeaderClassName
{
color: #CAB1DA;
}
.AnyTagClassName
{
color: #CAB1DA;
}
</style>
background-color css
<style>
a { background-color: #CAB1DA; }
a { background-color: rgb(202,177,218); }
div.DivClassName
{
background-color: #CAB1DA;
}
.BgClassName
{
background-color: #CAB1DA;
}
</style>
border-color css
<style>
span { border-color: #CAB1DA; }
span { border-color: rgb(202,177,218); }
td.TdClassName
{
border-color: #CAB1DA;
}
.TagClassName
{
border-color: #CAB1DA;
}
</style>