#CACDEC

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

Shades of Periwinkle #CACDEC

Tints of Periwinkle #CACDEC

Color information

#CACDEC (or 0xCACDEC) is unknown color: approx Periwinkle. HEX triplet: CA, CD and EC. RGB value is (202,205,236). Sum of RGB (Red+Green+Blue) = 202+205+236=643 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.42% from 643); Green value is 205 (80.47% from 255 or 31.88% from 643); Blue value is 236 (92.58% from 255 or 36.70% from 643); Max value from RGB is 236 - color contains mainly: blue. Hex color #CACDEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACDEC is #353213. Grayscale: #CFCFCF. Windows color (decimal): -3486228 or 15519178. OLE color: 15519178.

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

Color convert

RGB202205236-
CMYK0.140.1300.07
HSL234.71º47.22%85.88%-
HSV(B)234.71º14.41%92.55%-
XYZ61.3362.2888.14-
YUV207.64144.01123.98-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.42%
GREEN value IS 205 (80.47% from 255) = 31.88%
BLUE value IS 236 (92.58% from 255) = 36.70%
R=31.42%
G=31.88%
B=36.70%

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
Decimal2022052360.140.1300.07234.7147.2285.88
HexCACDECED07eb2f56
Octal31231535416150735357126
Binary110010101100110111101100111011010111111010111011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACDEC; }

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

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

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

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

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

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

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

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