#CACFED

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

Shades of Periwinkle #CACFED

Tints of Periwinkle #CACFED

Color information

#CACFED (or 0xCACFED) is unknown color: approx Periwinkle. HEX triplet: CA, CF and ED. RGB value is (202,207,237). Sum of RGB (Red+Green+Blue) = 202+207+237=646 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.27% from 646); Green value is 207 (81.25% from 255 or 32.04% from 646); Blue value is 237 (92.97% from 255 or 36.69% from 646); Max value from RGB is 237 - color contains mainly: blue. Hex color #CACFED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACFED is #353012. Grayscale: #D0D0D0. Windows color (decimal): -3485715 or 15585226. OLE color: 15585226.

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

Color convert

RGB202207237-
CMYK0.150.1300.07
HSL231.43º49.3%86.08%-
HSV(B)231.43º14.77%92.94%-
XYZ61.9663.389.07-
YUV208.92143.84123.06-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.27%
GREEN value IS 207 (81.25% from 255) = 32.04%
BLUE value IS 237 (92.97% from 255) = 36.69%
R=31.27%
G=32.04%
B=36.69%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2022072370.150.1300.07231.4349.386.08
HexCACFEDFD07e73156
Octal31231735517150734761126
Binary110010101100111111101101111111010111111001111100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACFED; }

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

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

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

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

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

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

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

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