#CACEEB

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

Shades of Periwinkle #CACEEB

Tints of Periwinkle #CACEEB

Color information

#CACEEB (or 0xCACEEB) is unknown color: approx Periwinkle. HEX triplet: CA, CE and EB. RGB value is (202,206,235). Sum of RGB (Red+Green+Blue) = 202+206+235=643 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.42% from 643); Green value is 206 (80.86% from 255 or 32.04% from 643); Blue value is 235 (92.19% from 255 or 36.55% from 643); Max value from RGB is 235 - color contains mainly: blue. Hex color #CACEEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACEEB is #353114. Grayscale: #CFCFCF. Windows color (decimal): -3485973 or 15453898. OLE color: 15453898.

HSL color Cylindrical-coordinate representation of color #CACEEB: hue angle of 232.73º 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 #CACEEB is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB202206235-
CMYK0.140.1200.08
HSL232.73º45.21%85.69%-
HSV(B)232.73º14.04%92.16%-
XYZ61.4262.787.46-
YUV208.11143.17123.64-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.42%
GREEN value IS 206 (80.86% from 255) = 32.04%
BLUE value IS 235 (92.19% from 255) = 36.55%
R=31.42%
G=32.04%
B=36.55%

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
Decimal2022062350.140.1200.08232.7345.2185.69
HexCACEEBEC08e92d56
Octal312316353161401035155126
Binary1100101011001110111010111110110001000111010011011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACEEB; }

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

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

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

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

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

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

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

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