Shades of Periwinkle #CDCFE3
Tints of Periwinkle #CDCFE3
RGB
CMYK
RGB Variations
Color information
#CDCFE3 (or 0xCDCFE3) is known color: Periwinkle. HEX triplet: CD, CF and E3. RGB value is (205,207,227). Sum of RGB (Red+Green+Blue) = 205+207+227=639 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.08% from 639); Green value is 207 (81.25% from 255 or 32.39% from 639); Blue value is 227 (89.06% from 255 or 35.52% from 639); Max value from RGB is 227 - color contains mainly: blue. Hex color #CDCFE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDCFE3 is #32301C. Grayscale: #D0D0D0. Windows color (decimal): -3289117 or 14929869. OLE color: 14929869.
HSL color Cylindrical-coordinate representation of color #CDCFE3: hue angle of 234.55º degrees, saturation: 0.28, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CDCFE3 is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 205 | 207 | 227 | - |
CMYK | 0.10 | 0.09 | 0 | 0.11 |
HSL | 234.55º | 0.28% | 0.85% | - |
HSV(B) | 234.55º | 0.1% | 0.89% | - |
XYZ | 61.35 | 63.15 | 81.63 | - |
YUV | 208.68 | 138.34 | 125.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 207 | 227 | 0.10 | 0.09 | 0 | 0.11 | 234.55 | 0.28 | 0.85 |
Hex | CD | CF | E3 | A | 9 | 0 | B | EB | 1C | 55 |
Octal | 315 | 317 | 343 | 12 | 11 | 0 | 13 | 353 | 34 | 125 |
Binary | 11001101 | 11001111 | 11100011 | 1010 | 1001 | 0 | 1011 | 11101011 | 11100 | 1010101 |
Color Harmonies of #CDCFE3
Complementary color
Monochromatic Colors of #CDCFE3
Black with #CDCFE3
Text Example
Text Example
White with #CDCFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDCFE3; }
p { color: rgb(205,207,227); }
H1.HeaderClassName
{
color: #CDCFE3;
}
.AnyTagClassName
{
color: #CDCFE3;
}
</style>
background-color css
<style>
a { background-color: #CDCFE3; }
a { background-color: rgb(205,207,227); }
div.DivClassName
{
background-color: #CDCFE3;
}
.BgClassName
{
background-color: #CDCFE3;
}
</style>
border-color css
<style>
span { border-color: #CDCFE3; }
span { border-color: rgb(205,207,227); }
td.TdClassName
{
border-color: #CDCFE3;
}
.TagClassName
{
border-color: #CDCFE3;
}
</style>