Shades of Periwinkle #CDCFE1
Tints of Periwinkle #CDCFE1
RGB
CMYK
RGB Variations
Color information
#CDCFE1 (or 0xCDCFE1) is known color: Periwinkle. HEX triplet: CD, CF and E1. RGB value is (205,207,225). Sum of RGB (Red+Green+Blue) = 205+207+225=637 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.18% from 637); Green value is 207 (81.25% from 255 or 32.50% from 637); Blue value is 225 (88.28% from 255 or 35.32% from 637); Max value from RGB is 225 - color contains mainly: blue. Hex color #CDCFE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDCFE1 is #32301E. Grayscale: #D0D0D0. Windows color (decimal): -3289119 or 14798797. OLE color: 14798797.
HSL color Cylindrical-coordinate representation of color #CDCFE1: hue angle of 234º degrees, saturation: 0.25, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CDCFE1 is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
RGB | 205 | 207 | 225 | - |
CMYK | 0.09 | 0.08 | 0 | 0.12 |
HSL | 234º | 0.25% | 0.84% | - |
HSV(B) | 234º | 0.09% | 0.88% | - |
XYZ | 61.08 | 63.04 | 80.18 | - |
YUV | 208.45 | 137.34 | 125.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 207 | 225 | 0.09 | 0.08 | 0 | 0.12 | 234 | 0.25 | 0.84 |
Hex | CD | CF | E1 | 9 | 8 | 0 | C | EA | 19 | 54 |
Octal | 315 | 317 | 341 | 11 | 10 | 0 | 14 | 352 | 31 | 124 |
Binary | 11001101 | 11001111 | 11100001 | 1001 | 1000 | 0 | 1100 | 11101010 | 11001 | 1010100 |
Color Harmonies of #CDCFE1
Complementary color
Monochromatic Colors of #CDCFE1
Black with #CDCFE1
Text Example
Text Example
White with #CDCFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDCFE1; }
p { color: rgb(205,207,225); }
H1.HeaderClassName
{
color: #CDCFE1;
}
.AnyTagClassName
{
color: #CDCFE1;
}
</style>
background-color css
<style>
a { background-color: #CDCFE1; }
a { background-color: rgb(205,207,225); }
div.DivClassName
{
background-color: #CDCFE1;
}
.BgClassName
{
background-color: #CDCFE1;
}
</style>
border-color css
<style>
span { border-color: #CDCFE1; }
span { border-color: rgb(205,207,225); }
td.TdClassName
{
border-color: #CDCFE1;
}
.TagClassName
{
border-color: #CDCFE1;
}
</style>