#CACEEC

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

Shades of Periwinkle #CACEEC

Tints of Periwinkle #CACEEC

Color information

#CACEEC (or 0xCACEEC) is unknown color: approx Periwinkle. HEX triplet: CA, CE and EC. RGB value is (202,206,236). Sum of RGB (Red+Green+Blue) = 202+206+236=644 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.37% from 644); Green value is 206 (80.86% from 255 or 31.99% from 644); Blue value is 236 (92.58% from 255 or 36.65% from 644); Max value from RGB is 236 - color contains mainly: blue. Hex color #CACEEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACEEC is #353113. Grayscale: #D0D0D0. Windows color (decimal): -3485972 or 15519434. OLE color: 15519434.

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

Color convert

RGB202206236-
CMYK0.140.1300.07
HSL232.94º47.22%85.88%-
HSV(B)232.94º14.41%92.55%-
XYZ61.5762.7688.22-
YUV208.22143.67123.56-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.37%
GREEN value IS 206 (80.86% from 255) = 31.99%
BLUE value IS 236 (92.58% from 255) = 36.65%
R=31.37%
G=31.99%
B=36.65%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2022062360.140.1300.07232.9447.2285.88
HexCACEECED07e92f56
Octal31231635416150735157126
Binary110010101100111011101100111011010111111010011011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACEEC; }

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

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

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

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

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

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

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

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