#CACFF0

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

Shades of Periwinkle #CACFF0

Tints of Periwinkle #CACFF0

Color information

#CACFF0 (or 0xCACFF0) is unknown color: approx Periwinkle. HEX triplet: CA, CF and F0. RGB value is (202,207,240). Sum of RGB (Red+Green+Blue) = 202+207+240=649 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.12% from 649); Green value is 207 (81.25% from 255 or 31.90% from 649); Blue value is 240 (94.14% from 255 or 36.98% from 649); Max value from RGB is 240 - color contains mainly: blue. Hex color #CACFF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACFF0 is #35300F. Grayscale: #D1D1D1. Windows color (decimal): -3485712 or 15781834. OLE color: 15781834.

HSL color Cylindrical-coordinate representation of color #CACFF0: hue angle of 232.11º degrees, saturation: 0.56, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CACFF0 is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB202207240-
CMYK0.160.1400.06
HSL232.11º55.88%86.67%-
HSV(B)232.11º15.83%94.12%-
XYZ62.463.4791.4-
YUV209.27145.34122.82-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.12%
GREEN value IS 207 (81.25% from 255) = 31.90%
BLUE value IS 240 (94.14% from 255) = 36.98%
R=31.12%
G=31.90%
B=36.98%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2022072400.160.1400.06232.1155.8886.67
HexCACFF010E06e83857
Octal31231736020160635070127
Binary1100101011001111111100001000011100110111010001110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACFF0; }

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

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

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

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

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

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

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

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