#CACFE8

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

Shades of Periwinkle #CACFE8

Tints of Periwinkle #CACFE8

Color information

#CACFE8 (or 0xCACFE8) is unknown color: approx Periwinkle. HEX triplet: CA, CF and E8. RGB value is (202,207,232). Sum of RGB (Red+Green+Blue) = 202+207+232=641 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.51% from 641); Green value is 207 (81.25% from 255 or 32.29% from 641); Blue value is 232 (91.02% from 255 or 36.19% from 641); Max value from RGB is 232 - color contains mainly: blue. Hex color #CACFE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACFE8 is #353017. Grayscale: #D0D0D0. Windows color (decimal): -3485720 or 15257546. OLE color: 15257546.

HSL color Cylindrical-coordinate representation of color #CACFE8: hue angle of 230º 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 #CACFE8 is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB202207232-
CMYK0.130.1100.09
HSL230º39.47%85.1%-
HSV(B)230º12.93%90.98%-
XYZ61.2463.0185.28-
YUV208.36141.34123.47-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.51%
GREEN value IS 207 (81.25% from 255) = 32.29%
BLUE value IS 232 (91.02% from 255) = 36.19%
R=31.51%
G=32.29%
B=36.19%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2022072320.130.1100.0923039.4785.1
HexCACFE8DB09e62755
Octal312317350151301134647125
Binary1100101011001111111010001101101101001111001101001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACFE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACFE8; }

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

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

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

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

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

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

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

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