Shades of Periwinkle #CDD3E4
Tints of Periwinkle #CDD3E4
RGB
CMYK
RGB Variations
Color information
#CDD3E4 (or 0xCDD3E4) is known color: Periwinkle. HEX triplet: CD, D3 and E4. RGB value is (205,211,228). Sum of RGB (Red+Green+Blue) = 205+211+228=644 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.83% from 644); Green value is 211 (82.81% from 255 or 32.76% from 644); Blue value is 228 (89.45% from 255 or 35.40% from 644); Max value from RGB is 228 - color contains mainly: blue. Hex color #CDD3E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD3E4 is #322C1B. Grayscale: #D3D3D3. Windows color (decimal): -3288092 or 14996429. OLE color: 14996429.
HSL color Cylindrical-coordinate representation of color #CDD3E4: hue angle of 224.35º degrees, saturation: 0.3, 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 #CDD3E4 is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 205 | 211 | 228 | - |
CMYK | 0.10 | 0.07 | 0 | 0.11 |
HSL | 224.35º | 0.3% | 0.85% | - |
HSV(B) | 224.35º | 0.1% | 0.89% | - |
XYZ | 62.47 | 65.17 | 82.68 | - |
YUV | 211.14 | 137.51 | 123.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 211 | 228 | 0.10 | 0.07 | 0 | 0.11 | 224.35 | 0.3 | 0.85 |
Hex | CD | D3 | E4 | A | 7 | 0 | B | E0 | 1E | 55 |
Octal | 315 | 323 | 344 | 12 | 7 | 0 | 13 | 340 | 36 | 125 |
Binary | 11001101 | 11010011 | 11100100 | 1010 | 111 | 0 | 1011 | 11100000 | 11110 | 1010101 |
Color Harmonies of #CDD3E4
Complementary color
Monochromatic Colors of #CDD3E4
Black with #CDD3E4
Text Example
Text Example
White with #CDD3E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD3E4; }
p { color: rgb(205,211,228); }
H1.HeaderClassName
{
color: #CDD3E4;
}
.AnyTagClassName
{
color: #CDD3E4;
}
</style>
background-color css
<style>
a { background-color: #CDD3E4; }
a { background-color: rgb(205,211,228); }
div.DivClassName
{
background-color: #CDD3E4;
}
.BgClassName
{
background-color: #CDD3E4;
}
</style>
border-color css
<style>
span { border-color: #CDD3E4; }
span { border-color: rgb(205,211,228); }
td.TdClassName
{
border-color: #CDD3E4;
}
.TagClassName
{
border-color: #CDD3E4;
}
</style>