#CACEE1

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

Shades of Periwinkle #CACEE1

Tints of Periwinkle #CACEE1

Color information

#CACEE1 (or 0xCACEE1) is unknown color: approx Periwinkle. HEX triplet: CA, CE and E1. RGB value is (202,206,225). Sum of RGB (Red+Green+Blue) = 202+206+225=633 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.91% from 633); Green value is 206 (80.86% from 255 or 32.54% from 633); Blue value is 225 (88.28% from 255 or 35.55% from 633); Max value from RGB is 225 - color contains mainly: blue. Hex color #CACEE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACEE1 is #35311E. Grayscale: #CECECE. Windows color (decimal): -3485983 or 14798538. OLE color: 14798538.

HSL color Cylindrical-coordinate representation of color #CACEE1: hue angle of 229.57º degrees, saturation: 0.28, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CACEE1 is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB202206225-
CMYK0.100.0800.12
HSL229.57º27.71%83.73%-
HSV(B)229.57º10.22%88.24%-
XYZ60.0262.1480.06-
YUV206.97138.17124.46-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.91%
GREEN value IS 206 (80.86% from 255) = 32.54%
BLUE value IS 225 (88.28% from 255) = 35.55%
R=31.91%
G=32.54%
B=35.55%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2022062250.100.0800.12229.5727.7183.73
HexCACEE1A80Ce61c54
Octal312316341121001434634124
Binary110010101100111011100001101010000110011100110111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACEE1; }

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

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

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

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

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

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

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

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