Shades of Periwinkle #CACCE3
Tints of Periwinkle #CACCE3
RGB
CMYK
RGB Variations
Color information
#CACCE3 (or 0xCACCE3) is known color: Periwinkle. HEX triplet: CA, CC and E3. RGB value is (202,204,227). Sum of RGB (Red+Green+Blue) = 202+204+227=633 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.91% from 633); Green value is 204 (80.08% from 255 or 32.23% from 633); Blue value is 227 (89.06% from 255 or 35.86% from 633); Max value from RGB is 227 - color contains mainly: blue. Hex color #CACCE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACCE3 is #35331C. Grayscale: #CDCDCD. Windows color (decimal): -3486493 or 14929098. OLE color: 14929098.
HSL color Cylindrical-coordinate representation of color #CACCE3: hue angle of 235.2º degrees, saturation: 0.31, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CACCE3 is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 202 | 204 | 227 | - |
CMYK | 0.11 | 0.10 | 0 | 0.11 |
HSL | 235.2º | 0.31% | 0.84% | - |
HSV(B) | 235.2º | 0.11% | 0.89% | - |
XYZ | 59.82 | 61.29 | 81.35 | - |
YUV | 206.02 | 139.84 | 125.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 204 | 227 | 0.11 | 0.10 | 0 | 0.11 | 235.2 | 0.31 | 0.84 |
Hex | CA | CC | E3 | B | A | 0 | B | EB | 1F | 54 |
Octal | 312 | 314 | 343 | 13 | 12 | 0 | 13 | 353 | 37 | 124 |
Binary | 11001010 | 11001100 | 11100011 | 1011 | 1010 | 0 | 1011 | 11101011 | 11111 | 1010100 |
Color Harmonies of #CACCE3
Complementary color
Monochromatic Colors of #CACCE3
Black with #CACCE3
Text Example
Text Example
White with #CACCE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACCE3; }
p { color: rgb(202,204,227); }
H1.HeaderClassName
{
color: #CACCE3;
}
.AnyTagClassName
{
color: #CACCE3;
}
</style>
background-color css
<style>
a { background-color: #CACCE3; }
a { background-color: rgb(202,204,227); }
div.DivClassName
{
background-color: #CACCE3;
}
.BgClassName
{
background-color: #CACCE3;
}
</style>
border-color css
<style>
span { border-color: #CACCE3; }
span { border-color: rgb(202,204,227); }
td.TdClassName
{
border-color: #CACCE3;
}
.TagClassName
{
border-color: #CACCE3;
}
</style>