#CACCE8

Color #CACCE8 Periwinkle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Periwinkle #CACCE8

Tints of Periwinkle #CACCE8

Color information

#CACCE8 (or 0xCACCE8) is unknown color: approx Periwinkle. HEX triplet: CA, CC and E8. RGB value is (202,204,232). Sum of RGB (Red+Green+Blue) = 202+204+232=638 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.66% from 638); Green value is 204 (80.08% from 255 or 31.97% from 638); Blue value is 232 (91.02% from 255 or 36.36% from 638); Max value from RGB is 232 - color contains mainly: blue. Hex color #CACCE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACCE8 is #353317. Grayscale: #CECECE. Windows color (decimal): -3486488 or 15256778. OLE color: 15256778.

HSL color Cylindrical-coordinate representation of color #CACCE8: hue angle of 236º degrees, saturation: 0.39, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CACCE8 is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB202204232-
CMYK0.130.1200.09
HSL236º39.47%85.1%-
HSV(B)236º12.93%90.98%-
XYZ60.5261.5785.04-
YUV206.59142.34124.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 31.66%
GREEN value IS 204 (80.08% from 255) = 31.97%
BLUE value IS 232 (91.02% from 255) = 36.36%
R=31.66%
G=31.97%
B=36.36%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2022042320.130.1200.0923639.4785.1
HexCACCE8DC09ec2755
Octal312314350151401135447125
Binary1100101011001100111010001101110001001111011001001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACCE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACCE8; }

 p { color: rgb(202,204,232); }

 H1.HeaderClassName
 {
   color: #CACCE8;
 }
 .AnyTagClassName
 {
   color: #CACCE8;
 }
</style>
background-color css

<style>
 a { background-color: #CACCE8; }

 a { background-color: rgb(202,204,232); }

 div.DivClassName
 {
   background-color: #CACCE8;
 }
 .BgClassName
 {
   background-color: #CACCE8;
 }
</style>
border-color css

<style>
 span { border-color: #CACCE8; }

 span { border-color: rgb(202,204,232); }

 td.TdClassName
 {
   border-color: #CACCE8;
 }
 .TagClassName
 {
   border-color: #CACCE8;
 }
</style>