#CACFEB

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

Shades of Periwinkle #CACFEB

Tints of Periwinkle #CACFEB

Color information

#CACFEB (or 0xCACFEB) is unknown color: approx Periwinkle. HEX triplet: CA, CF and EB. RGB value is (202,207,235). Sum of RGB (Red+Green+Blue) = 202+207+235=644 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.37% from 644); Green value is 207 (81.25% from 255 or 32.14% from 644); Blue value is 235 (92.19% from 255 or 36.49% from 644); Max value from RGB is 235 - color contains mainly: blue. Hex color #CACFEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACFEB is #353014. Grayscale: #D0D0D0. Windows color (decimal): -3485717 or 15454154. OLE color: 15454154.

HSL color Cylindrical-coordinate representation of color #CACFEB: hue angle of 230.91º degrees, saturation: 0.45, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CACFEB is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB202207235-
CMYK0.140.1200.08
HSL230.91º45.21%85.69%-
HSV(B)230.91º14.04%92.16%-
XYZ61.6763.1887.54-
YUV208.7142.84123.22-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.37%
GREEN value IS 207 (81.25% from 255) = 32.14%
BLUE value IS 235 (92.19% from 255) = 36.49%
R=31.37%
G=32.14%
B=36.49%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2022072350.140.1200.08230.9145.2185.69
HexCACFEBEC08e72d56
Octal312317353161401034755126
Binary1100101011001111111010111110110001000111001111011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACFEB; }

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

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

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

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

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

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

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

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