Shades of Mystic #CADDD2
Tints of Mystic #CADDD2
RGB
CMYK
RGB Variations
Color information
#CADDD2 (or 0xCADDD2) is known color: Mystic. HEX triplet: CA, DD and D2. RGB value is (202,221,210). Sum of RGB (Red+Green+Blue) = 202+221+210=633 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.91% from 633); Green value is 221 (86.72% from 255 or 34.91% from 633); Blue value is 210 (82.42% from 255 or 33.18% from 633); Max value from RGB is 221 - color contains mainly: green. Hex color #CADDD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADDD2 is #35222D. Grayscale: #D6D6D6. Windows color (decimal): -3482158 or 13819338. OLE color: 13819338.
HSL color Cylindrical-coordinate representation of color #CADDD2: hue angle of 145.26º degrees, saturation: 0.22, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CADDD2 is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
RGB | 202 | 221 | 210 | - |
CMYK | 0.09 | 0 | 0.05 | 0.13 |
HSL | 145.26º | 0.22% | 0.83% | - |
HSV(B) | 145.26º | 0.09% | 0.87% | - |
XYZ | 61.85 | 68.92 | 71.02 | - |
YUV | 214.07 | 125.71 | 119.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 221 | 210 | 0.09 | 0 | 0.05 | 0.13 | 145.26 | 0.22 | 0.83 |
Hex | CA | DD | D2 | 9 | 0 | 5 | D | 91 | 16 | 53 |
Octal | 312 | 335 | 322 | 11 | 0 | 5 | 15 | 221 | 26 | 123 |
Binary | 11001010 | 11011101 | 11010010 | 1001 | 0 | 101 | 1101 | 10010001 | 10110 | 1010011 |
Color Harmonies of #CADDD2
Complementary color
Monochromatic Colors of #CADDD2
Black with #CADDD2
Text Example
Text Example
White with #CADDD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADDD2; }
p { color: rgb(202,221,210); }
H1.HeaderClassName
{
color: #CADDD2;
}
.AnyTagClassName
{
color: #CADDD2;
}
</style>
background-color css
<style>
a { background-color: #CADDD2; }
a { background-color: rgb(202,221,210); }
div.DivClassName
{
background-color: #CADDD2;
}
.BgClassName
{
background-color: #CADDD2;
}
</style>
border-color css
<style>
span { border-color: #CADDD2; }
span { border-color: rgb(202,221,210); }
td.TdClassName
{
border-color: #CADDD2;
}
.TagClassName
{
border-color: #CADDD2;
}
</style>