Shades of Twilight #CABDC3
Tints of Twilight #CABDC3
RGB
CMYK
RGB Variations
Color information
#CABDC3 (or 0xCABDC3) is known color: Twilight. HEX triplet: CA, BD and C3. RGB value is (202,189,195). Sum of RGB (Red+Green+Blue) = 202+189+195=586 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.47% from 586); Green value is 189 (74.22% from 255 or 32.25% from 586); Blue value is 195 (76.56% from 255 or 33.28% from 586); Max value from RGB is 202 - color contains mainly: red. Hex color #CABDC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABDC3 is #35423C. Grayscale: #C1C1C1. Windows color (decimal): -3490365 or 12828106. OLE color: 12828106.
HSL color Cylindrical-coordinate representation of color #CABDC3: hue angle of 332.31º degrees, saturation: 0.11, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CABDC3 is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 189 | 195 | - |
CMYK | 0 | 0.06 | 0.03 | 0.21 |
HSL | 332.31º | 0.11% | 0.77% | - |
HSV(B) | 332.31º | 0.06% | 0.79% | - |
XYZ | 52.41 | 52.89 | 59.08 | - |
YUV | 193.57 | 128.81 | 134.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 189 | 195 | 0 | 0.06 | 0.03 | 0.21 | 332.31 | 0.11 | 0.77 |
Hex | CA | BD | C3 | 0 | 6 | 3 | 15 | 14C | B | 4D |
Octal | 312 | 275 | 303 | 0 | 6 | 3 | 25 | 514 | 13 | 115 |
Binary | 11001010 | 10111101 | 11000011 | 0 | 110 | 11 | 10101 | 101001100 | 1011 | 1001101 |
Color Harmonies of #CABDC3
Complementary color
Monochromatic Colors of #CABDC3
Black with #CABDC3
Text Example
Text Example
White with #CABDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABDC3; }
p { color: rgb(202,189,195); }
H1.HeaderClassName
{
color: #CABDC3;
}
.AnyTagClassName
{
color: #CABDC3;
}
</style>
background-color css
<style>
a { background-color: #CABDC3; }
a { background-color: rgb(202,189,195); }
div.DivClassName
{
background-color: #CABDC3;
}
.BgClassName
{
background-color: #CABDC3;
}
</style>
border-color css
<style>
span { border-color: #CABDC3; }
span { border-color: rgb(202,189,195); }
td.TdClassName
{
border-color: #CABDC3;
}
.TagClassName
{
border-color: #CABDC3;
}
</style>