Shades of Maverick #CDBDC7
Tints of Maverick #CDBDC7
RGB
CMYK
RGB Variations
Color information
#CDBDC7 (or 0xCDBDC7) is known color: Maverick. HEX triplet: CD, BD and C7. RGB value is (205,189,199). Sum of RGB (Red+Green+Blue) = 205+189+199=593 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.57% from 593); Green value is 189 (74.22% from 255 or 31.87% from 593); Blue value is 199 (78.12% from 255 or 33.56% from 593); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBDC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDBDC7 is #324238. Grayscale: #C2C2C2. Windows color (decimal): -3293753 or 13090253. OLE color: 13090253.
HSL color Cylindrical-coordinate representation of color #CDBDC7: hue angle of 322.5º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CDBDC7 is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
RGB | 205 | 189 | 199 | - |
CMYK | 0 | 0.08 | 0.03 | 0.20 |
HSL | 322.5º | 0.14% | 0.77% | - |
HSV(B) | 322.5º | 0.08% | 0.8% | - |
XYZ | 53.68 | 53.5 | 61.53 | - |
YUV | 194.92 | 130.3 | 135.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 189 | 199 | 0 | 0.08 | 0.03 | 0.20 | 322.5 | 0.14 | 0.77 |
Hex | CD | BD | C7 | 0 | 8 | 3 | 14 | 142 | E | 4D |
Octal | 315 | 275 | 307 | 0 | 10 | 3 | 24 | 502 | 16 | 115 |
Binary | 11001101 | 10111101 | 11000111 | 0 | 1000 | 11 | 10100 | 101000010 | 1110 | 1001101 |
Color Harmonies of #CDBDC7
Complementary color
Monochromatic Colors of #CDBDC7
Black with #CDBDC7
Text Example
Text Example
White with #CDBDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDBDC7; }
p { color: rgb(205,189,199); }
H1.HeaderClassName
{
color: #CDBDC7;
}
.AnyTagClassName
{
color: #CDBDC7;
}
</style>
background-color css
<style>
a { background-color: #CDBDC7; }
a { background-color: rgb(205,189,199); }
div.DivClassName
{
background-color: #CDBDC7;
}
.BgClassName
{
background-color: #CDBDC7;
}
</style>
border-color css
<style>
span { border-color: #CDBDC7; }
span { border-color: rgb(205,189,199); }
td.TdClassName
{
border-color: #CDBDC7;
}
.TagClassName
{
border-color: #CDBDC7;
}
</style>