Shades of Periwinkle #CACDDC
Tints of Periwinkle #CACDDC
RGB
CMYK
RGB Variations
Color information
#CACDDC (or 0xCACDDC) is known color: Periwinkle. HEX triplet: CA, CD and DC. RGB value is (202,205,220). Sum of RGB (Red+Green+Blue) = 202+205+220=627 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.22% from 627); Green value is 205 (80.47% from 255 or 32.70% from 627); Blue value is 220 (86.33% from 255 or 35.09% from 627); Max value from RGB is 220 - color contains mainly: blue. Hex color #CACDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACDDC is #353223. Grayscale: #CDCDCD. Windows color (decimal): -3486244 or 14470602. OLE color: 14470602.
HSL color Cylindrical-coordinate representation of color #CACDDC: hue angle of 230º degrees, saturation: 0.2, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CACDDC is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 202 | 205 | 220 | - |
CMYK | 0.08 | 0.07 | 0 | 0.14 |
HSL | 230º | 0.2% | 0.83% | - |
HSV(B) | 230º | 0.08% | 0.86% | - |
XYZ | 59.11 | 61.39 | 76.44 | - |
YUV | 205.81 | 136.01 | 125.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 205 | 220 | 0.08 | 0.07 | 0 | 0.14 | 230 | 0.2 | 0.83 |
Hex | CA | CD | DC | 8 | 7 | 0 | E | E6 | 14 | 53 |
Octal | 312 | 315 | 334 | 10 | 7 | 0 | 16 | 346 | 24 | 123 |
Binary | 11001010 | 11001101 | 11011100 | 1000 | 111 | 0 | 1110 | 11100110 | 10100 | 1010011 |
Color Harmonies of #CACDDC
Complementary color
Monochromatic Colors of #CACDDC
Black with #CACDDC
Text Example
Text Example
White with #CACDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACDDC; }
p { color: rgb(202,205,220); }
H1.HeaderClassName
{
color: #CACDDC;
}
.AnyTagClassName
{
color: #CACDDC;
}
</style>
background-color css
<style>
a { background-color: #CACDDC; }
a { background-color: rgb(202,205,220); }
div.DivClassName
{
background-color: #CACDDC;
}
.BgClassName
{
background-color: #CACDDC;
}
</style>
border-color css
<style>
span { border-color: #CACDDC; }
span { border-color: rgb(202,205,220); }
td.TdClassName
{
border-color: #CACDDC;
}
.TagClassName
{
border-color: #CACDDC;
}
</style>