#CACEE5

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

Shades of Periwinkle #CACEE5

Tints of Periwinkle #CACEE5

Color information

#CACEE5 (or 0xCACEE5) is unknown color: approx Periwinkle. HEX triplet: CA, CE and E5. RGB value is (202,206,229). Sum of RGB (Red+Green+Blue) = 202+206+229=637 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.71% from 637); Green value is 206 (80.86% from 255 or 32.34% from 637); Blue value is 229 (89.84% from 255 or 35.95% from 637); Max value from RGB is 229 - color contains mainly: blue. Hex color #CACEE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACEE5 is #35311A. Grayscale: #CFCFCF. Windows color (decimal): -3485979 or 15060682. OLE color: 15060682.

HSL color Cylindrical-coordinate representation of color #CACEE5: hue angle of 231.11º degrees, saturation: 0.34, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CACEE5 is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB202206229-
CMYK0.120.1000.10
HSL231.11º34.18%84.51%-
HSV(B)231.11º11.79%89.8%-
XYZ60.5762.3682.97-
YUV207.43140.17124.13-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.71%
GREEN value IS 206 (80.86% from 255) = 32.34%
BLUE value IS 229 (89.84% from 255) = 35.95%
R=31.71%
G=32.34%
B=35.95%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2022062290.120.1000.10231.1134.1884.51
HexCACEE5CA0Ae72255
Octal312316345141201234742125
Binary1100101011001110111001011100101001010111001111000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACEE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACEE5; }

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

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

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

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

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

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

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

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