Shades of Periwinkle #CACDDF
Tints of Periwinkle #CACDDF
RGB
CMYK
RGB Variations
Color information
#CACDDF (or 0xCACDDF) is known color: Periwinkle. HEX triplet: CA, CD and DF. RGB value is (202,205,223). Sum of RGB (Red+Green+Blue) = 202+205+223=630 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.06% from 630); Green value is 205 (80.47% from 255 or 32.54% from 630); Blue value is 223 (87.5% from 255 or 35.40% from 630); Max value from RGB is 223 - color contains mainly: blue. Hex color #CACDDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACDDF is #353220. Grayscale: #CECECE. Windows color (decimal): -3486241 or 14667210. OLE color: 14667210.
HSL color Cylindrical-coordinate representation of color #CACDDF: hue angle of 231.43º degrees, saturation: 0.25, 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 #CACDDF is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 202 | 205 | 223 | - |
CMYK | 0.09 | 0.08 | 0 | 0.13 |
HSL | 231.43º | 0.25% | 0.83% | - |
HSV(B) | 231.43º | 0.09% | 0.87% | - |
XYZ | 59.51 | 61.55 | 78.56 | - |
YUV | 206.16 | 137.51 | 125.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 205 | 223 | 0.09 | 0.08 | 0 | 0.13 | 231.43 | 0.25 | 0.83 |
Hex | CA | CD | DF | 9 | 8 | 0 | D | E7 | 19 | 53 |
Octal | 312 | 315 | 337 | 11 | 10 | 0 | 15 | 347 | 31 | 123 |
Binary | 11001010 | 11001101 | 11011111 | 1001 | 1000 | 0 | 1101 | 11100111 | 11001 | 1010011 |
Color Harmonies of #CACDDF
Complementary color
Monochromatic Colors of #CACDDF
Black with #CACDDF
Text Example
Text Example
White with #CACDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACDDF; }
p { color: rgb(202,205,223); }
H1.HeaderClassName
{
color: #CACDDF;
}
.AnyTagClassName
{
color: #CACDDF;
}
</style>
background-color css
<style>
a { background-color: #CACDDF; }
a { background-color: rgb(202,205,223); }
div.DivClassName
{
background-color: #CACDDF;
}
.BgClassName
{
background-color: #CACDDF;
}
</style>
border-color css
<style>
span { border-color: #CACDDF; }
span { border-color: rgb(202,205,223); }
td.TdClassName
{
border-color: #CACDDF;
}
.TagClassName
{
border-color: #CACDDF;
}
</style>