#CACFEF

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

Shades of Periwinkle #CACFEF

Tints of Periwinkle #CACFEF

Color information

#CACFEF (or 0xCACFEF) is unknown color: approx Periwinkle. HEX triplet: CA, CF and EF. RGB value is (202,207,239). Sum of RGB (Red+Green+Blue) = 202+207+239=648 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.17% from 648); Green value is 207 (81.25% from 255 or 31.94% from 648); Blue value is 239 (93.75% from 255 or 36.88% from 648); Max value from RGB is 239 - color contains mainly: blue. Hex color #CACFEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACFEF is #353010. Grayscale: #D1D1D1. Windows color (decimal): -3485713 or 15716298. OLE color: 15716298.

HSL color Cylindrical-coordinate representation of color #CACFEF: hue angle of 231.89º degrees, saturation: 0.54, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CACFEF is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB202207239-
CMYK0.150.1300.06
HSL231.89º53.62%86.47%-
HSV(B)231.89º15.48%93.73%-
XYZ62.2563.4190.62-
YUV209.15144.84122.9-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.17%
GREEN value IS 207 (81.25% from 255) = 31.94%
BLUE value IS 239 (93.75% from 255) = 36.88%
R=31.17%
G=31.94%
B=36.88%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2022072390.150.1300.06231.8953.6286.47
HexCACFEFFD06e83656
Octal31231735717150635066126
Binary110010101100111111101111111111010110111010001101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACFEF; }

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

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

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

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

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

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

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

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