Shades of Spindle #C3CDD2
Tints of Spindle #C3CDD2
RGB
CMYK
RGB Variations
Color information
#C3CDD2 (or 0xC3CDD2) is known color: Spindle. HEX triplet: C3, CD and D2. RGB value is (195,205,210). Sum of RGB (Red+Green+Blue) = 195+205+210=610 (80% of max value = 765). Red value is 195 (76.56% from 255 or 31.97% from 610); Green value is 205 (80.47% from 255 or 33.61% from 610); Blue value is 210 (82.42% from 255 or 34.43% from 610); Max value from RGB is 210 - color contains mainly: blue. Hex color #C3CDD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CDD2 is #3C322D. Grayscale: #CACACA. Windows color (decimal): -3945006 or 13815235. OLE color: 13815235.
HSL color Cylindrical-coordinate representation of color #C3CDD2: hue angle of 200º degrees, saturation: 0.14, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C3CDD2 is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 195 | 205 | 210 | - |
CMYK | 0.07 | 0.02 | 0 | 0.18 |
HSL | 200º | 0.14% | 0.79% | - |
HSV(B) | 200º | 0.07% | 0.82% | - |
XYZ | 55.97 | 59.92 | 69.59 | - |
YUV | 202.58 | 132.19 | 122.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 195 | 205 | 210 | 0.07 | 0.02 | 0 | 0.18 | 200 | 0.14 | 0.79 |
Hex | C3 | CD | D2 | 7 | 2 | 0 | 12 | C8 | E | 4F |
Octal | 303 | 315 | 322 | 7 | 2 | 0 | 22 | 310 | 16 | 117 |
Binary | 11000011 | 11001101 | 11010010 | 111 | 10 | 0 | 10010 | 11001000 | 1110 | 1001111 |
Color Harmonies of #C3CDD2
Complementary color
Monochromatic Colors of #C3CDD2
Black with #C3CDD2
Text Example
Text Example
White with #C3CDD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CDD2; }
p { color: rgb(195,205,210); }
H1.HeaderClassName
{
color: #C3CDD2;
}
.AnyTagClassName
{
color: #C3CDD2;
}
</style>
background-color css
<style>
a { background-color: #C3CDD2; }
a { background-color: rgb(195,205,210); }
div.DivClassName
{
background-color: #C3CDD2;
}
.BgClassName
{
background-color: #C3CDD2;
}
</style>
border-color css
<style>
span { border-color: #C3CDD2; }
span { border-color: rgb(195,205,210); }
td.TdClassName
{
border-color: #C3CDD2;
}
.TagClassName
{
border-color: #C3CDD2;
}
</style>